From: Colin Ian King Date: Fri, 24 Jun 2016 17:14:53 +0000 (+0100) Subject: SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=57072ae122178416f84304fa54c4d0204c6cec1a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported" trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King Signed-off-by: Mark Brown --- diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c index 591854e97190..dc97f4349e66 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c @@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream, break; default: - dev_err(dev->dev, "designware-i2s: unsuppted PCM fmt"); + dev_err(dev->dev, "designware-i2s: unsupported PCM fmt"); return -EINVAL; }