projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad4505
)
ASoC: rt1011: fix spelling mistake "temperture" -> "temperature"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 18 Oct 2019 08:23:17 +0000
(09:23 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 18 Oct 2019 17:11:54 +0000
(18:11 +0100)
There is a spelling mistake in a dev_dbg message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20191018082317.11971-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1011.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1011.c
b/sound/soc/codecs/rt1011.c
index ad049cfddcb06c5ad14002d18271657dbebf26fa..dcd397a83cb4acf7540e38cec8749cfa7bbbb1f7 100644
(file)
--- a/
sound/soc/codecs/rt1011.c
+++ b/
sound/soc/codecs/rt1011.c
@@
-2373,7
+2373,7
@@
static int rt1011_parse_dp(struct rt1011_priv *rt1011, struct device *dev)
device_property_read_u32(dev, "realtek,r0_calib",
&rt1011->r0_calib);
- dev_dbg(dev, "%s: r0_calib: 0x%x, temperture_calib: 0x%x",
+ dev_dbg(dev, "%s: r0_calib: 0x%x, temper
a
ture_calib: 0x%x",
__func__, rt1011->r0_calib, rt1011->temperature_calib);
return 0;