mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 05:39:42 -04:00
ASoC: tas2781: Fix spelling mistake "dismatch" -> "mismatch"
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>
This commit is contained in:
committed by
Mark Brown
parent
f48d7a1b0b
commit
b11f2a9745
@@ -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) dismatch.\n",
|
||||
dev_err(priv->dev, "pkg(%u), max(%u), count(%u) mismatch.\n",
|
||||
src[0], max_pkg_len, (unsigned int)count);
|
||||
ret = 0;
|
||||
goto exit;
|
||||
|
||||
Reference in New Issue
Block a user