projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b4817
)
ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 26 Aug 2016 17:52:33 +0000
(18:52 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 1 Sep 2016 20:01:41 +0000
(21:01 +0100)
Trivial fix to spelling mistake in dev_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8962.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm8962.c
b/sound/soc/codecs/wm8962.c
index f3109da247692377d1240ebd72b58fe16d8683cf..97b02284f15dce90769466c399908a4b9f1607d5 100644
(file)
--- a/
sound/soc/codecs/wm8962.c
+++ b/
sound/soc/codecs/wm8962.c
@@
-3713,7
+3713,7
@@
static int wm8962_i2c_probe(struct i2c_client *i2c,
ARRAY_SIZE(wm8962_dc_measure));
if (ret != 0)
dev_err(&i2c->dev,
- "Failed to configure for DC mesurement: %d\n",
+ "Failed to configure for DC me
a
surement: %d\n",
ret);
}