mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
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>
This commit is contained in:
parent
ba05bc2549
commit
7ed50dc550
|
|
@ -1802,7 +1802,7 @@ static int cs48l32_fllhj_validate(struct cs48l32_fll *fll,
|
|||
}
|
||||
|
||||
if (fout > CS48L32_FLL_MAX_FOUT) {
|
||||
cs48l32_fll_err(fll, "Fout=%dMHz exceeeds maximum %dMHz\n",
|
||||
cs48l32_fll_err(fll, "Fout=%dMHz exceeds maximum %dMHz\n",
|
||||
fout, CS48L32_FLL_MAX_FOUT);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user