aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-06-20 10:56:20 +0100
committerMark Brown <[email protected]>2023-06-20 15:25:12 +0100
commit0a08778126284481c300336f1ba3d7b1906851a5 (patch)
treec9ba83a2df81ba2457df827968b0ec5200427c7c
parentd4b2aee1be41adbbbe9132104620dfc70032a044 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/tas2781-fmwlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas2781-fmwlib.c b/sound/soc/codecs/tas2781-fmwlib.c
index 432b19ccec8c..cbf0aef2c001 100644
--- a/sound/soc/codecs/tas2781-fmwlib.c
+++ b/sound/soc/codecs/tas2781-fmwlib.c
@@ -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;
}