* [PATCH] irqchip/keystone: fix typo "sporious" -> "spurious"
@ 2016-09-01 10:44 Colin King
2016-09-01 19:33 ` Jason Cooper
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-09-01 10:44 UTC (permalink / raw)
To: Thomas Gleixner, Jason Cooper, Marc Zyngier; +Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to typo in dev_warn message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/irqchip/irq-keystone.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-keystone.c b/drivers/irqchip/irq-keystone.c
index deb89d6..54a5e87 100644
--- a/drivers/irqchip/irq-keystone.c
+++ b/drivers/irqchip/irq-keystone.c
@@ -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);
}
--
2.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] irqchip/keystone: fix typo "sporious" -> "spurious"
2016-09-01 10:44 [PATCH] irqchip/keystone: fix typo "sporious" -> "spurious" Colin King
@ 2016-09-01 19:33 ` Jason Cooper
0 siblings, 0 replies; 2+ messages in thread
From: Jason Cooper @ 2016-09-01 19:33 UTC (permalink / raw)
To: Colin King; +Cc: Thomas Gleixner, Marc Zyngier, linux-kernel
Hi Colin,
On Thu, Sep 01, 2016 at 11:44:54AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to typo in dev_warn message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/irqchip/irq-keystone.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to irqchip/core
thx,
Jason.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-01 21:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-01 10:44 [PATCH] irqchip/keystone: fix typo "sporious" -> "spurious" Colin King
2016-09-01 19:33 ` Jason Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®