From: wzt.wzt on
Fix some coding styles in init/main.c

Signed-off-by: Zhitong Wang <zhitong.wangzt(a)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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/