ASoC: Intel: sst: fix to spelling mistake: "susupend" -> "suspend"
authorColin Ian King <colin.king@canonical.com>
Fri, 2 Sep 2016 08:45:25 +0000 (09:45 +0100)
committerMark 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

index 498b5f7..9b6e273 100644 (file)
@@ -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;
                }
        }