aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst/sst.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-09-02 09:45:25 +0100
committerMark Brown <broonie@kernel.org>2016-09-03 12:08:10 +0100
commit0fd67cee29cef1942865bd4375b8a7e5d98343ad (patch)
tree173c2d61ea7ed568a426544b65571dfb4196ca5d /sound/soc/intel/atom/sst/sst.c
parentASoC: Intel: Skylake: Unload all the loadable modules (diff)
downloadlinux-dev-0fd67cee29cef1942865bd4375b8a7e5d98343ad.tar.xz
linux-dev-0fd67cee29cef1942865bd4375b8a7e5d98343ad.zip
ASoC: Intel: sst: fix to spelling mistake: "susupend" -> "suspend"
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>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst.c')
-rw-r--r--sound/soc/intel/atom/sst/sst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst.c b/sound/soc/intel/atom/sst/sst.c
index 498b5f7fba4c..9b6e27385dc9 100644
--- 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, cant susupend, abort\n", i);
+ dev_err(dev, "stream %d is running, can't suspend, abort\n", i);
return -EBUSY;
}
}