]> Git Repo - linux.git/commitdiff
SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported"
authorColin Ian King <[email protected]>
Fri, 24 Jun 2016 17:14:53 +0000 (18:14 +0100)
committerMark Brown <[email protected]>
Sun, 26 Jun 2016 01:18:52 +0000 (02:18 +0100)
trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/dwc/designware_i2s.c

index 591854e971900db597457a7a63f20bc5b94563cf..dc97f4349e66fc5c6c337c01c2cf75356902b34b 100644 (file)
@@ -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;
        }
 
This page took 0.052446 seconds and 4 git commands to generate.