Преглед изворни кода

[MIPS] EV96100: Fix over two year old typo in variable name.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle пре 19 година
родитељ
комит
2ef2e1d973
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/mips/galileo-boards/ev96100/irq.c

+ 1 - 1
arch/mips/galileo-boards/ev96100/irq.c

@@ -54,7 +54,7 @@ static inline unsigned int ffz8(unsigned int word)
 	return k;
 }
 
-asmlinkage void ev96100_cpu_irq(unsigned int pendin)
+asmlinkage void ev96100_cpu_irq(unsigned int pending)
 {
 	do_IRQ(ffz8(pending >> 8), regs);
 }