Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Mark Brown
0a087781 d4b2aee1

+1 -1
+1 -1
sound/soc/codecs/tas2781-fmwlib.c
··· 1863 1863 1864 1864 if (tas_fmw->nr_calibrations != 1) { 1865 1865 dev_err(tas_priv->dev, 1866 - "%s: only support one calibraiton(%d)!\n", 1866 + "%s: only supports one calibration (%d)!\n", 1867 1867 __func__, tas_fmw->nr_calibrations); 1868 1868 goto out; 1869 1869 }