lkml.org 
[lkml]   [2012]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Init: main: fixed a brace coding style issue
Date
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


\
 
 \ /
  Last update: 2012-08-15 00:04    [W:0.059 / U:8.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site