linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
@ 2015-02-28 20:22 Colin King
  2015-02-28 20:38 ` Uwe Kleine-König
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2015-02-28 20:22 UTC (permalink / raw)
  To: linux-arm-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] 3+ messages in thread

* [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
  2015-02-28 20:22 [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot Colin King
@ 2015-02-28 20:38 ` Uwe Kleine-König
  2015-02-28 20:46   ` Colin Ian King
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2015-02-28 20:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

is the typo in the Subject of your patch intentional?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

* [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
  2015-02-28 20:38 ` Uwe Kleine-König
@ 2015-02-28 20:46   ` Colin Ian King
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Ian King @ 2015-02-28 20:46 UTC (permalink / raw)
  To: linux-arm-kernel

On 28/02/15 20:38, Uwe Kleine-K?nig wrote:
> Hello,
> 
> is the typo in the Subject of your patch intentional?

doh, no, my fail, I'll resend.
> 
> Best regards
> Uwe
> 

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

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

Thread overview: 3+ 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:38 ` Uwe Kleine-König
2015-02-28 20:46   ` Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).