diff mbox

pinctrl: sirf: fix typo in kernel warning on a bad interruot

Message ID 1425154947-7855-1-git-send-email-colin.king@canonical.com
State New
Headers show

Commit Message

Colin Ian King Feb. 28, 2015, 8:22 p.m. UTC
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(-)

Comments

Uwe Kleine-König Feb. 28, 2015, 8:38 p.m. UTC | #1
Hello,

is the typo in the Subject of your patch intentional?

Best regards
Uwe
Colin Ian King Feb. 28, 2015, 8:46 p.m. UTC | #2
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
diff mbox

Patch

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;