mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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>
This commit is contained in:
parent
6b809c19d4
commit
0f6b04adb5
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user