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: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds"

There is a spelling mistake in a cs48l32_fll_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20250416081204.36851-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Colin Ian King and committed by
Mark Brown
7ed50dc5 ba05bc25

+1 -1
+1 -1
sound/soc/codecs/cs48l32.c
··· 1802 1802 } 1803 1803 1804 1804 if (fout > CS48L32_FLL_MAX_FOUT) { 1805 - cs48l32_fll_err(fll, "Fout=%dMHz exceeeds maximum %dMHz\n", 1805 + cs48l32_fll_err(fll, "Fout=%dMHz exceeds maximum %dMHz\n", 1806 1806 fout, CS48L32_FLL_MAX_FOUT); 1807 1807 return -EINVAL; 1808 1808 }