projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0fab9c
)
ASoC: Intel: sst: fix to spelling mistake: "susupend" -> "suspend"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 2 Sep 2016 08:45:25 +0000
(09:45 +0100)
committer
Mark Brown
<broonie@kernel.org>
Sat, 3 Sep 2016 11:08:10 +0000
(12:08 +0100)
trivial fix to spelling mistake in dev_err message and replace "cant"
with "can't"
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/atom/sst/sst.c
b/sound/soc/intel/atom/sst/sst.c
index 498b5f7fba4c54995b0436884843748225c3f6c2..9b6e27385dc90742a37ae2e17a4eca4fe4aca2dd 100644
(file)
--- a/
sound/soc/intel/atom/sst/sst.c
+++ b/
sound/soc/intel/atom/sst/sst.c
@@
-442,7
+442,7
@@
static int intel_sst_suspend(struct device *dev)
struct stream_info *stream = &ctx->streams[i];
if (stream->status == STREAM_RUNNING) {
- dev_err(dev, "stream %d is running, can
t susu
pend, abort\n", i);
+ dev_err(dev, "stream %d is running, can
't sus
pend, abort\n", i);
return -EBUSY;
}
}