From: Ralf Baechle <ralf@linux-mips.org>
Date: Sun, 2 Apr 2006 21:07:36 +0000 (+0100)
Subject: [MIPS] EV96100: Fix over two year old typo in variable name.
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2ef2e1d9731bd8b3d8565e31bacd52a7c13a0aed;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---

diff --git a/arch/mips/galileo-boards/ev96100/irq.c b/arch/mips/galileo-boards/ev96100/irq.c
index 97bf094da4fe..fa29c3b0323f 100644
--- a/arch/mips/galileo-boards/ev96100/irq.c
+++ b/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);
 }