From: Colin Ian King Date: Wed, 28 Jul 2021 10:36:02 +0000 (+0100) Subject: ASoC: Intel: Fix spelling contraction "cant" -> "can't" X-Git-Tag: v5.15~52^2~1^2~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Cezary Rojewski Link: https://lore.kernel.org/r/20210728103602.171817-1-colin.king@canonical.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/atom/sst/sst_ipc.c b/sound/soc/intel/atom/sst/sst_ipc.c index a8a9aa0..4e83820 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; }