提交 9b2502b6 编写于 作者: C Colin Ian King 提交者: Russell King

drm/i2c: tda998x: fix spelling mistake

Trivial fix to spelling mistake "configutation" to "configuration"
in dev_err message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
上级 14e5b588
......@@ -880,7 +880,7 @@ static int tda998x_audio_hw_params(struct device *dev, void *data,
}
if (audio.config == 0) {
dev_err(dev, "%s: No audio configutation found\n", __func__);
dev_err(dev, "%s: No audio configuration found\n", __func__);
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册