Loading arch/m68k/kernel/uboot.c +1 −1 Original line number Diff line number Diff line Loading @@ -102,5 +102,5 @@ __init void process_uboot_commandline(char *commandp, int size) } parse_uboot_commandline(commandp, len); commandp[size - 1] = 0; commandp[len - 1] = 0; } Loading
arch/m68k/kernel/uboot.c +1 −1 Original line number Diff line number Diff line Loading @@ -102,5 +102,5 @@ __init void process_uboot_commandline(char *commandp, int size) } parse_uboot_commandline(commandp, len); commandp[size - 1] = 0; commandp[len - 1] = 0; }