1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2016-09-02 09:45:25 +01:00 committed by Mark Brown
parent b0fab9c6f6
commit 0fd67cee29
1 changed files with 1 additions and 1 deletions

View 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;
}
}