提交 0fd67cee 编写于 作者: C Colin Ian King 提交者: 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: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册