projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e43412
)
ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 17 Feb 2019 22:48:30 +0000
(22:48 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 18 Feb 2019 17:07:28 +0000
(17:07 +0000)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/fsi.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/fsi.c
b/sound/soc/sh/fsi.c
index aa7e902f0c0252fda0c29ee87ee27e47e6ee5800..db929b00ae5e15f2b4e46cf40a2fe759e47fef6b 100644
(file)
--- a/
sound/soc/sh/fsi.c
+++ b/
sound/soc/sh/fsi.c
@@
-780,7
+780,7
@@
static int fsi_clk_init(struct device *dev,
return -EINVAL;
}
if (clock->div == clock->own) {
- dev_err(dev, "cpu doe
ns
't support div clock\n");
+ dev_err(dev, "cpu doe
sn
't support div clock\n");
return -EINVAL;
}
}