projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3276d0a
)
SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 24 Jun 2016 17:14:53 +0000
(18:14 +0100)
committer
Mark Brown
<broonie@kernel.org>
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 <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/dwc/designware_i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/dwc/designware_i2s.c
b/sound/soc/dwc/designware_i2s.c
index
591854e
..
dc97f43
100644
(file)
--- 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: unsupp
or
ted PCM fmt");
return -EINVAL;
}