Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1628831

[PATCH] ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"
Date 2017-04-22 14:40 +0200
Message-ID <tz2ut-2QR-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/soc/codecs/wm5100.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c
index 560575000cc5..138a84efdd54 100644
--- a/sound/soc/codecs/wm5100.c
+++ b/sound/soc/codecs/wm5100.c
@@ -2014,7 +2014,7 @@ static void wm5100_micd_irq(struct wm5100_priv *wm5100)
 
 	ret = regmap_read(wm5100->regmap, WM5100_MIC_DETECT_3, &val);
 	if (ret != 0) {
-		dev_err(wm5100->dev, "Failed to read micropone status: %d\n",
+		dev_err(wm5100->dev, "Failed to read microphone status: %d\n",
 			ret);
 		return;
 	}
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone" Colin King <colin.king@canonical.com> - 2017-04-22 14:40 +0200
  Re: [PATCH] ASoC: wm5100: fix spelling mistake: "micropone" ->  "microphone" Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2017-04-24 10:20 +0200
  Re: [PATCH] ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone" Linus Walleij <linus.walleij@linaro.org> - 2017-04-24 10:20 +0200
  Applied "ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-04-24 20:30 +0200

csiph-web