2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-16 17:23:55 +08:00

[POWERPC] Add missing spaces in printk formats in arch/ppc

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
joe@perches.com 2007-11-20 12:47:56 +11:00 committed by Paul Mackerras
parent df3c9019ed
commit 44032af0e7

View File

@ -336,7 +336,7 @@ ev64260_early_serial_map(void)
#endif
if (early_serial_setup(&port) != 0)
printk(KERN_WARNING "Early serial init of port 0"
printk(KERN_WARNING "Early serial init of port 0 "
"failed\n");
first_time = 0;
@ -388,7 +388,7 @@ ev64260_setup_arch(void)
ev64260_early_serial_map();
#endif
printk(KERN_INFO "%s %s port (C) 2001 MontaVista Software, Inc."
printk(KERN_INFO "%s %s port (C) 2001 MontaVista Software, Inc. "
"(source@mvista.com)\n", BOARD_VENDOR, BOARD_MACHINE);
if (ppc_md.progress)