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: codecs: aw88399: Fix spelling mistake "unsupport" -> "unsupported"

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20240923120325.836918-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Colin Ian King and committed by
Mark Brown
04e800fc eba5a0ba

+1 -1
+1 -1
sound/soc/codecs/aw88399.c
··· 462 462 vcal_k * aw88399->vcalb_init_val; 463 463 break; 464 464 default: 465 - dev_err(aw_dev->dev, "%s: unsupport vsense\n", __func__); 465 + dev_err(aw_dev->dev, "%s: unsupported vsense\n", __func__); 466 466 ret = -EINVAL; 467 467 break; 468 468 }