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: aw88395: 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/20240923120723.837196-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Colin Ian King and committed by
Mark Brown
87ad2133 ecdaf914

+2 -2
+1 -1
sound/soc/codecs/aw88395/aw88395_device.c
··· 703 703 AW88395_VSCAL_FACTOR_DAC, icalk, vcalk); 704 704 break; 705 705 default: 706 - dev_err(aw_dev->dev, "unsupport vsense status"); 706 + dev_err(aw_dev->dev, "unsupported vsense status"); 707 707 return -EINVAL; 708 708 } 709 709
+1 -1
sound/soc/codecs/aw88395/aw88395_lib.c
··· 688 688 ret = aw_dev_cfg_get_reg_valid_prof(aw_dev, all_prof_info); 689 689 break; 690 690 default: 691 - dev_err(aw_dev->dev, "unsupport data type\n"); 691 + dev_err(aw_dev->dev, "unsupported data type\n"); 692 692 ret = -EINVAL; 693 693 break; 694 694 }