[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100304132857.GB3740@localhost.localdomain>
Date: Thu, 4 Mar 2010 21:28:57 +0800
From: wzt.wzt@...il.com
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org
Subject: [PATCH 2/2] Init: Fix some coding styles in init/main.c
Fix some coding styles in init/main.c
Signed-off-by: Zhitong Wang <zhitong.wangzt@...baba-inc.com>
---
init/main.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/init/main.c b/init/main.c
index 4cb47a1..d187382 100644
--- a/init/main.c
+++ b/init/main.c
@@ -738,9 +738,8 @@ int do_one_initcall(initcall_t fn)
strlcat(msgbuf, "disabled interrupts ", sizeof(msgbuf));
local_irq_enable();
}
- if (msgbuf[0]) {
+ if (msgbuf[0])
printk("initcall %pF returned with %s\n", fn, msgbuf);
- }
return ret.result;
}
--
1.6.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists