Commit 0a087781 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

ASoC: tas2781: Fix spelling mistake "calibraiton" -> "calibration"

There is a spelling mistake in a dev_err message. Fix it. Also fix
grammar and add space between last word and (%d)".
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20230620095620.2522058-1-colin.i.king@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d4b2aee1
......@@ -1863,7 +1863,7 @@ static int fw_parse_calibration_data(struct tasdevice_priv *tas_priv,
if (tas_fmw->nr_calibrations != 1) {
dev_err(tas_priv->dev,
"%s: only support one calibraiton(%d)!\n",
"%s: only supports one calibration (%d)!\n",
__func__, tas_fmw->nr_calibrations);
goto out;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment