Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: sirf/atlas7: trivial fix of spelling mistake on flagged

fix spelling mistake, flaged -> flagged

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Colin Ian King and committed by
Linus Walleij
df408e9c 1acd0101

+1 -1
+1 -1
drivers/pinctrl/sirf/pinctrl-atlas7.c
··· 5798 5798 5799 5799 status = readl(ATLAS7_GPIO_INT_STATUS(bank)); 5800 5800 if (!status) { 5801 - pr_warn("%s: gpio [%s] status %#x no interrupt is flaged\n", 5801 + pr_warn("%s: gpio [%s] status %#x no interrupt is flagged\n", 5802 5802 __func__, gc->label, status); 5803 5803 handle_bad_irq(desc); 5804 5804 return;