From: Valerio Baudo = <vb.xyvab@gmail.com>
To: rusty@rustcorp.com.au
Cc: linux-kernel@vger.kernel.org, mingo@kernel.org,
Valerio Baudo <vb.xyvab@gmail.com>
Subject: [PATCH] Init: main: fixed a brace coding style issue
Date: Tue, 14 Aug 2012 12:24:33 +0200 [thread overview]
Message-ID: <1344939873-21215-1-git-send-email-vb.xyvab@gmail.com> (raw)
From: Valerio Baudo <vb.xyvab@gmail.com>
Fixed a coding style issue.
Signed-off-by: Valerio Baudo <vb.xyvab@gmail.com>
---
init/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/main.c b/init/main.c
index e60679d..3951ab4 100644
--- a/init/main.c
+++ b/init/main.c
@@ -342,8 +342,8 @@ static void __init setup_command_line(char *command_line)
{
saved_command_line = alloc_bootmem(strlen (boot_command_line)+1);
static_command_line = alloc_bootmem(strlen (command_line)+1);
- strcpy (saved_command_line, boot_command_line);
- strcpy (static_command_line, command_line);
+ strcpy(saved_command_line, boot_command_line);
+ strcpy(static_command_line, command_line);
}
/*
--
1.7.11.2
next reply other threads:[~2012-08-14 21:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 10:24 Valerio Baudo = [this message]
2012-08-15 3:18 ` Rusty Russell
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=1344939873-21215-1-git-send-email-vb.xyvab@gmail.com \
--to=vb.xyvab@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=rusty@rustcorp.com.au \
/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
Powered by JetHome