提交 3c0a98c5 编写于 作者: C Colin Ian King 提交者: Mark Brown

ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"

Trivial fix to spelling mistake in dev_err message. Also replace "fail"
with "failure".
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 65db85fb
......@@ -690,7 +690,7 @@ static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
snd_dma_continuous_data(GFP_DMA),
SST_MIN_BUFFER, SST_MAX_BUFFER);
if (retval) {
dev_err(rtd->dev, "dma buffer allocationf fail\n");
dev_err(rtd->dev, "dma buffer allocation failure\n");
return retval;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册