aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/dwc/designware_i2s.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-06-24 18:14:53 +0100
committerMark Brown <broonie@kernel.org>2016-06-26 02:18:52 +0100
commit57072ae122178416f84304fa54c4d0204c6cec1a (patch)
tree7c08a52a3d1ec363116fabce263a46c3cfb5c8b3 /sound/soc/dwc/designware_i2s.c
parent3276d0aa0bf475cc6cfb505487b2a2f3f762aebb (diff)
SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported"
trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/dwc/designware_i2s.c')
-rw-r--r--sound/soc/dwc/designware_i2s.c2
1 files changed, 1 insertions, 1 deletions
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;
}