diff options
| author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-20 01:20:32 +0200 | 
|---|---|---|
| committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:20:32 +0200 | 
| commit | 0c79cf6af16c4a4c9ef539b52387de07f5ed62f5 (patch) | |
| tree | fac52bddb48c6d78fd2a4e5d40efdf4418f5b43b /arch/m68k/q40 | |
| parent | 5aa8b6c1a6136f9b8d91419d93e9e37ccc2e30c0 (diff) | |
spelling fixes: arch/m68k/
Spelling fixes in arch/m68k/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/m68k/q40')
| -rw-r--r-- | arch/m68k/q40/q40ints.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c index ad3ed1fb8879..46161cef08b9 100644 --- a/arch/m68k/q40/q40ints.c +++ b/arch/m68k/q40/q40ints.c @@ -184,7 +184,7 @@ static struct IRQ_TABLE eirqs[] = {  };  /* complain only this many times about spurious ints : */ -static int ccleirq=60;    /* ISA dev IRQ's*/ +static int ccleirq=60;    /* ISA dev IRQs*/  /*static int cclirq=60;*/     /* internal */  /* FIXME: add shared ints,mask,unmask,probing.... */ @@ -234,7 +234,7 @@ static void q40_irq_handler(unsigned int irq, struct pt_regs *fp)   * There is a little mess wrt which IRQ really caused this irq request. The   * main problem is that IIRQ_REG and EIRQ_REG reflect the state when they   * are read - which is long after the request came in. In theory IRQs should - * not just go away but they occassionally do + * not just go away but they occasionally do   */  				if (irq > 4 && irq <= 15 && mext_disabled) {  					/*aliased_irq++;*/ | 
