diff options
| author | Colin Ian King <[email protected]> | 2021-07-28 10:36:02 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-07-28 15:39:27 +0000 |
| commit | 0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1 (patch) | |
| tree | ac55ecdb35de49a202a08290685f4c2758bee1bc /sound/soc/intel/atom/sst/sst_ipc.c | |
| parent | Merge series "ASoC: soc-pcm: cleanup cppcheck warning" from Kuninori Morimoto... (diff) | |
| download | kernel-0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1.tar.gz kernel-0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1.zip | |
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 <[email protected]>
Reviewed-by: Cezary Rojewski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_ipc.c')
| -rw-r--r-- | sound/soc/intel/atom/sst/sst_ipc.c | 2 |
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; } |
