summaryrefslogtreecommitdiff
path: root/sound/soc/intel/atom/sst/sst_ipc.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-07-28 13:36:02 +0300
committerMark Brown <broonie@kernel.org>2021-07-28 18:39:27 +0300
commit0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1 (patch)
treeac55ecdb35de49a202a08290685f4c2758bee1bc /sound/soc/intel/atom/sst/sst_ipc.c
parent6b809c19d4ff6756e73b21f7f6cb4babca53d144 (diff)
downloadlinux-0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1.tar.xz
ASoC: Intel: Fix spelling contraction "cant" -> "can't"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20210728103602.171817-1-colin.king@canonical.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_ipc.c')
-rw-r--r--sound/soc/intel/atom/sst/sst_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c
index a8a9aa0057d3..4e8382097e61 100644
--- a/sound/soc/intel/atom/sst/sst_ipc.c
+++ b/sound/soc/intel/atom/sst/sst_ipc.c
@@ -128,7 +128,7 @@ int sst_post_message_mrfld(struct intel_sst_drv *sst_drv_ctx,
while (header.p.header_high.part.busy) {
if (loop_count > 25) {
dev_err(sst_drv_ctx->dev,
- "sst: Busy wait failed, cant send this msg\n");
+ "sst: Busy wait failed, can't send this msg\n");
retval = -EBUSY;
goto out;
}