From: wzt.wzt@gmail.com
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org
Subject: [PATCH 2/2] Init: Fix some coding styles in init/main.c
Date: Thu, 4 Mar 2010 21:28:57 +0800 [thread overview]
Message-ID: <20100304132857.GB3740@localhost.localdomain> (raw)
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
next reply other threads:[~2010-03-04 5:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-04 13:28 wzt.wzt [this message]
2010-03-04 7:33 ` [PATCH 2/2] Init: Fix some coding styles in init/main.c Alexey Dobriyan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100304132857.GB3740@localhost.localdomain \
--to=wzt.wzt@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox