Skip to content

Commit 0a08778

Browse files
ColinIanKingbroonie
authored andcommitted
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: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20230620095620.2522058-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d4b2aee commit 0a08778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tas2781-fmwlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ static int fw_parse_calibration_data(struct tasdevice_priv *tas_priv,
18631863

18641864
if (tas_fmw->nr_calibrations != 1) {
18651865
dev_err(tas_priv->dev,
1866-
"%s: only support one calibraiton(%d)!\n",
1866+
"%s: only supports one calibration (%d)!\n",
18671867
__func__, tas_fmw->nr_calibrations);
18681868
goto out;
18691869
}

0 commit comments

Comments
 (0)