linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: ab8500-debugfs: fix spelling mistake "intefer" -> "interfere"
@ 2019-04-16 18:05 Colin King
  2019-04-23 11:03 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-04-16 18:05 UTC (permalink / raw)
  To: Linus Walleij, Lee Jones, linux-arm-kernel; +Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a dev_warn message, fix this.

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

diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c
index 8d652b2f9d14..8394a0712ac6 100644
--- a/drivers/mfd/ab8500-debugfs.c
+++ b/drivers/mfd/ab8500-debugfs.c
@@ -1600,7 +1600,7 @@ static int ab8500_modem_show(struct seq_file *s, void *p)
 	u32 reg;
 
 	ab8500 = dev_get_drvdata(dev->parent);
-	dev_warn(dev, "WARNING! This operation can interfer with modem side\n"
+	dev_warn(dev, "WARNING! This operation can interfere with modem side\n"
 		"and should only be done with care\n");
 
 	err = abx500_get_register_interruptible(dev,
-- 
2.20.1


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

* Re: [PATCH] mfd: ab8500-debugfs: fix spelling mistake "intefer" -> "interfere"
  2019-04-16 18:05 [PATCH] mfd: ab8500-debugfs: fix spelling mistake "intefer" -> "interfere" Colin King
@ 2019-04-23 11:03 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2019-04-23 11:03 UTC (permalink / raw)
  To: Colin King; +Cc: Lee Jones, Linux ARM, kernel-janitors, linux-kernel

On Tue, Apr 16, 2019 at 8:05 PM Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a dev_warn message, fix this.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

end of thread, other threads:[~2019-04-23 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 18:05 [PATCH] mfd: ab8500-debugfs: fix spelling mistake "intefer" -> "interfere" Colin King
2019-04-23 11:03 ` Linus Walleij

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).