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
@@ -124,7 +124,7 @@ void __init leon_init_timers(irq_handler_t counter_fn)
|
|||||||
|
|
||||||
if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) &
|
if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) &
|
||||||
(1<<LEON3_GPTIMER_SEPIRQ))) {
|
(1<<LEON3_GPTIMER_SEPIRQ))) {
|
||||||
prom_printf("irq timer not configured with seperate irqs \n");
|
prom_printf("irq timer not configured with separate irqs\n");
|
||||||
BUG();
|
BUG();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user