All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
@ 2015-02-28 20:22 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2015-02-28 20:22 UTC (permalink / raw)
  To: Linus Walleij, Barry Song, Stephen Warren, Fan Wu, Bin Shi,
	linux-gpio, linux-arm-kernel
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Fix typo, "flaged" -> "flagged"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/pinctrl/sirf/pinctrl-sirf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sirf/pinctrl-sirf.c b/drivers/pinctrl/sirf/pinctrl-sirf.c
index 2a1f072..abc5c47 100644
--- a/drivers/pinctrl/sirf/pinctrl-sirf.c
+++ b/drivers/pinctrl/sirf/pinctrl-sirf.c
@@ -568,7 +568,7 @@ static void sirfsoc_gpio_handle_irq(unsigned int irq, struct irq_desc *desc)
 	status = readl(sgpio->chip.regs + SIRFSOC_GPIO_INT_STATUS(bank->id));
 	if (!status) {
 		printk(KERN_WARNING
-			"%s: gpio id %d status %#x no interrupt is flaged\n",
+			"%s: gpio id %d status %#x no interrupt is flagged\n",
 			__func__, bank->id, status);
 		handle_bad_irq(irq, desc);
 		return;
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-28 20:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 20:22 [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot Colin King
2015-02-28 20:22 ` Colin King
2015-02-28 20:38 ` Uwe Kleine-König
2015-02-28 20:38   ` Uwe Kleine-König
2015-02-28 20:38   ` Uwe Kleine-König
2015-02-28 20:46   ` Colin Ian King
2015-02-28 20:46     ` Colin Ian King
2015-02-28 20:46     ` Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.