Commit 0fd67cee authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b0fab9c6
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment