Skip to content

Commit

Permalink
Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed
Browse files Browse the repository at this point in the history
This is a partial revert of commit 3ad2f3f ("tree-wide: Assorted
spelling fixes") as the change in arch/sparc/kernel/leon_kernel.c has
been already fixed while refactoring the file in the sparc tree.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Feb 22, 2010
1 parent b7e9f62 commit 586f64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/leon_kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void __init leon_init_timers(irq_handler_t counter_fn)

if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) &
(1<<LEON3_GPTIMER_SEPIRQ))) {
prom_printf("irq timer not configured with separate irqs \n");
prom_printf("irq timer not configured with seperate irqs \n");
BUG();
}

Expand Down

0 comments on commit 586f64c

Please sign in to comment.