public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Init: Fix some coding styles in init/main.c
@ 2010-03-04 13:28 wzt.wzt
  2010-03-04  7:33 ` Alexey Dobriyan
  0 siblings, 1 reply; 2+ messages in thread
From: wzt.wzt @ 2010-03-04 13:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

Fix some coding styles in init/main.c

Signed-off-by: Zhitong Wang <zhitong.wangzt@alibaba-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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-04  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-04 13:28 [PATCH 2/2] Init: Fix some coding styles in init/main.c wzt.wzt
2010-03-04  7:33 ` Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox