From: Colin Ian King Date: Fri, 24 Sep 2021 23:12:42 +0000 (+0100) Subject: ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported" X-Git-Tag: howlett/maple/20220722_2~1757^2~4^2~175 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9929265f2a7b5fa15d460dbbaa7f388c303411da;p=users%2Fjedix%2Flinux-maple.git ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported" There is a spelling mistake in a dev_err error message. Fix it. Signed-off-by: Colin Ian King Acked-by: Martin Blumenstingl Link: https://lore.kernel.org/r/20210924231242.144692-1-colin.king@canonical.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/meson/aiu-encoder-spdif.c b/sound/soc/meson/aiu-encoder-spdif.c index de850913975f1..97da60db2c4db 100644 --- a/sound/soc/meson/aiu-encoder-spdif.c +++ b/sound/soc/meson/aiu-encoder-spdif.c @@ -113,7 +113,7 @@ static int aiu_encoder_spdif_hw_params(struct snd_pcm_substream *substream, val |= AIU_958_MISC_MODE_32BITS; break; default: - dev_err(dai->dev, "Unsupport physical width\n"); + dev_err(dai->dev, "Unsupported physical width\n"); return -EINVAL; }