From: Colin Ian King Date: Fri, 2 Sep 2016 08:45:25 +0000 (+0100) Subject: ASoC: Intel: sst: fix to spelling mistake: "susupend" -> "suspend" X-Git-Tag: v4.9-rc1~4^2~4^2~13^2~16 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=0fd67cee29cef1942865bd4375b8a7e5d98343ad;p=cascardo%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/atom/sst/sst.c b/sound/soc/intel/atom/sst/sst.c index 498b5f7fba4c..9b6e27385dc9 100644 --- a/sound/soc/intel/atom/sst/sst.c +++ b/sound/soc/intel/atom/sst/sst.c @@ -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; } }