Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376542
b: refs/heads/master
c: ea99b1a
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gang authored and Helge Deller committed Jun 1, 2013
1 parent 0b32f95 commit 4f620fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 766039022a480ede847659daaa78772bdcc598ae
refs/heads/master: ea99b1adf22abd62bdcf14b1c9a0a4d3664eefd8
3 changes: 2 additions & 1 deletion trunk/arch/parisc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ void __init setup_cmdline(char **cmdline_p)
/* called from hpux boot loader */
boot_command_line[0] = '\0';
} else {
strcpy(boot_command_line, (char *)__va(boot_args[1]));
strlcpy(boot_command_line, (char *)__va(boot_args[1]),
COMMAND_LINE_SIZE);

#ifdef CONFIG_BLK_DEV_INITRD
if (boot_args[2] != 0) /* did palo pass us a ramdisk? */
Expand Down

0 comments on commit 4f620fd

Please sign in to comment.