Commit 44032af0 authored by joe@perches.com's avatar joe@perches.com Committed by Paul Mackerras

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent df3c9019
...@@ -336,7 +336,7 @@ ev64260_early_serial_map(void) ...@@ -336,7 +336,7 @@ ev64260_early_serial_map(void)
#endif #endif
if (early_serial_setup(&port) != 0) 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"); "failed\n");
first_time = 0; first_time = 0;
...@@ -388,7 +388,7 @@ ev64260_setup_arch(void) ...@@ -388,7 +388,7 @@ ev64260_setup_arch(void)
ev64260_early_serial_map(); ev64260_early_serial_map();
#endif #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); "(source@mvista.com)\n", BOARD_VENDOR, BOARD_MACHINE);
if (ppc_md.progress) if (ppc_md.progress)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment