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 498b5f7fba4c54995b0436884843748225c3f6c2..9b6e27385dc90742a37ae2e17a4eca4fe4aca2dd 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;
                }
        }
This page took 0.031855 seconds and 5 git commands to generate.