浏览代码

[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);
 }