Skip to content

Commit b11f2a9

Browse files
ColinIanKingbroonie
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent f48d7a1 commit b11f2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/tas2781-i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ static ssize_t acoustic_ctl_write(struct file *file,
14801480
return PTR_ERR(src);
14811481

14821482
if (src[0] > max_pkg_len && src[0] != count) {
1483-
dev_err(priv->dev, "pkg(%u), max(%u), count(%u) dismatch.\n",
1483+
dev_err(priv->dev, "pkg(%u), max(%u), count(%u) mismatch.\n",
14841484
src[0], max_pkg_len, (unsigned int)count);
14851485
ret = 0;
14861486
goto exit;

0 commit comments

Comments
 (0)