diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-02-22 05:10:48 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-22 05:10:48 -0500 |
commit | 586f64c749a71fa2c86e1e2c121d22c8bc60669a (patch) | |
tree | 33cfe68f3fd15ad069f9eafc0f18264c52c4a0bc /arch/sparc | |
parent | b7e9f6219d01ccb4af6fe5ad082150032ecae8ab (diff) |
Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed
This is a partial revert of commit 3ad2f3fbb961 ("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>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/leon_kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/leon_kernel.c b/arch/sparc/kernel/leon_kernel.c index 554e0b80bcde..87f1760c0aa2 100644 --- a/arch/sparc/kernel/leon_kernel.c +++ b/arch/sparc/kernel/leon_kernel.c | |||
@@ -124,7 +124,7 @@ void __init leon_init_timers(irq_handler_t counter_fn) | |||
124 | 124 | ||
125 | if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) & | 125 | if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) & |
126 | (1<<LEON3_GPTIMER_SEPIRQ))) { | 126 | (1<<LEON3_GPTIMER_SEPIRQ))) { |
127 | prom_printf("irq timer not configured with separate irqs \n"); | 127 | prom_printf("irq timer not configured with seperate irqs \n"); |
128 | BUG(); | 128 | BUG(); |
129 | } | 129 | } |
130 | 130 | ||