Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2349f205 authored by Colin Ian King's avatar Colin Ian King Committed by Jason Cooper
Browse files

irqchip/keystone: Fix typo "sporious" -> "spurious"

parent e02a9b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ static void keystone_irq_handler(struct irq_desc *desc)
			dev_dbg(kirq->dev, "dispatch bit %d, virq %d\n",
				src, virq);
			if (!virq)
				dev_warn(kirq->dev, "sporious irq detected hwirq %d, virq %d\n",
				dev_warn(kirq->dev, "spurious irq detected hwirq %d, virq %d\n",
					 src, virq);
			generic_handle_irq(virq);
		}