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

* [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: 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] 8+ messages in thread

* Re: [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
  -1 siblings, 0 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2015-02-28 20:38 UTC (permalink / raw)
  To: Colin King
  Cc: Linus Walleij, Barry Song, Stephen Warren, Fan Wu, Bin Shi,
	linux-gpio, linux-arm-kernel, linux-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/  |
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
@ 2015-02-28 20:38   ` Uwe Kleine-König
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
@ 2015-02-28 20:38   ` Uwe Kleine-König
  0 siblings, 0 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2015-02-28 20:38 UTC (permalink / raw)
  To: Colin King
  Cc: Linus Walleij, Barry Song, Stephen Warren, Fan Wu, Bin Shi,
	linux-gpio, linux-arm-kernel, linux-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] 8+ messages in thread

* Re: [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
  -1 siblings, 0 replies; 8+ messages in thread
From: Colin Ian King @ 2015-02-28 20:46 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Linus Walleij, Barry Song, Stephen Warren, Fan Wu, Bin Shi,
	linux-gpio, linux-arm-kernel, linux-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
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
@ 2015-02-28 20:46     ` Colin Ian King
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: [PATCH] pinctrl: sirf: fix typo in kernel warning on a bad interruot
@ 2015-02-28 20:46     ` Colin Ian King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin Ian King @ 2015-02-28 20:46 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Linus Walleij, Barry Song, Stephen Warren, Fan Wu, Bin Shi,
	linux-gpio, linux-arm-kernel, linux-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] 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.