projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48d7a1
)
ASoC: tas2781: Fix spelling mistake "dismatch" -> "mismatch"
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 8 Aug 2025 10:49:43 +0000
(11:49 +0100)
committer
Mark Brown
<broonie@kernel.org>
Sun, 10 Aug 2025 20:06:47 +0000
(21:06 +0100)
There is a spelling mistake (or neologism of dis and match) in a
dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://patch.msgid.link/20250808104943.829668-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2781-i2c.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/tas2781-i2c.c
b/sound/soc/codecs/tas2781-i2c.c
index 9f4d965a1335117fe8946d2ec8beee4fe96836c3..8e7e45c046b809442dc70e53b499f20290f8a3c8 100644
(file)
--- a/
sound/soc/codecs/tas2781-i2c.c
+++ b/
sound/soc/codecs/tas2781-i2c.c
@@
-1480,7
+1480,7
@@
static ssize_t acoustic_ctl_write(struct file *file,
return PTR_ERR(src);
if (src[0] > max_pkg_len && src[0] != count) {
- dev_err(priv->dev, "pkg(%u), max(%u), count(%u)
d
ismatch.\n",
+ dev_err(priv->dev, "pkg(%u), max(%u), count(%u)
m
ismatch.\n",
src[0], max_pkg_len, (unsigned int)count);
ret = 0;
goto exit;