diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-25 20:07:50 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-25 20:07:50 +0000 |
commit | bc34b382a28aa9946ce78a84fedd1efa8719cf03 (patch) | |
tree | e8cfc10106b847f8562a14f9f614dfa97fd507d9 /arch/mips64/kernel/setup.c | |
parent | f2b12b1b9002db84ce47df6af70a75fd47b078c3 (diff) |
Code reformatting and spelling fixes.
Diffstat (limited to 'arch/mips64/kernel/setup.c')
-rw-r--r-- | arch/mips64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/kernel/setup.c b/arch/mips64/kernel/setup.c index b9d49d955..364a0ab55 100644 --- a/arch/mips64/kernel/setup.c +++ b/arch/mips64/kernel/setup.c @@ -150,7 +150,7 @@ void __init setup_arch(char **cmdline_p) bootmem_init (); #endif - strncpy (command_line, arcs_cmdline, CL_SIZE); + strncpy(command_line, arcs_cmdline, CL_SIZE); memcpy(saved_command_line, command_line, CL_SIZE); saved_command_line[CL_SIZE-1] = '\0'; |