Skip to content

Commit

Permalink
[POWERPC] Add missing spaces in printk formats in arch/ppc
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
joe@perches.com authored and Paul Mackerras committed Dec 3, 2007
1 parent df3c901 commit 44032af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/ppc/platforms/ev64260.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 44032af

Please sign in to comment.