mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
b0fab9c6f6
commit
0fd67cee29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue