Skip to content

Commit

Permalink
ASoC: Intel: sst: fix to spelling mistake: "susupend" -> "suspend"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in dev_err message and replace "cant"
with "can't"

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Colin Ian King authored and broonie committed Sep 3, 2016
1 parent b0fab9c commit 0fd67ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/atom/sst/sst.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 0fd67ce

Please sign in to comment.