sparc: remove trailing space in messages
Also fixes a typo in one message. Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1349ea08e8
commit
0da2b300b9
@ -194,7 +194,7 @@ int __cpuinit smp4d_boot_one_cpu(int i)
|
||||
smp_penguin_ctable.reg_size = 0;
|
||||
|
||||
/* whirrr, whirrr, whirrrrrrrrr... */
|
||||
SMP_PRINTK(("Starting CPU %d at %p \n", i, entry));
|
||||
SMP_PRINTK(("Starting CPU %d at %p\n", i, entry));
|
||||
local_flush_cache_all();
|
||||
prom_startcpu(cpu_node,
|
||||
&smp_penguin_ctable, 0, (char *)entry);
|
||||
|
Reference in New Issue
Block a user