* [PATCH] Init: main: fixed a brace coding style issue
@ 2012-08-14 10:24 Valerio Baudo =
2012-08-15 3:18 ` Rusty Russell
0 siblings, 1 reply; 2+ messages in thread
From: Valerio Baudo = @ 2012-08-14 10:24 UTC (permalink / raw)
To: rusty; +Cc: linux-kernel, mingo, Valerio Baudo
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Init: main: fixed a brace coding style issue
2012-08-14 10:24 [PATCH] Init: main: fixed a brace coding style issue Valerio Baudo =
@ 2012-08-15 3:18 ` Rusty Russell
0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2012-08-15 3:18 UTC (permalink / raw)
To: Valerio Baudo =; +Cc: linux-kernel, mingo, Valerio Baudo
On Tue, 14 Aug 2012 12:24:33 +0200, Valerio Baudo = <vb.xyvab@gmail.com> wrote:
> From: Valerio Baudo <vb.xyvab@gmail.com>
>
> Fixed a coding style issue.
>
> Signed-off-by: Valerio Baudo <vb.xyvab@gmail.com>
Please forward to trivial@kernel.org.
Thanks,
Rusty.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-15 3:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 10:24 [PATCH] Init: main: fixed a brace coding style issue Valerio Baudo =
2012-08-15 3:18 ` Rusty Russell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.