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

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

Trivial fix to spelling mistake in dev_err message.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NVinod Koul <vinod.koul@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 c1ae3cfa
...@@ -1165,7 +1165,7 @@ static int skl_pcm_new(struct snd_soc_pcm_runtime *rtd) ...@@ -1165,7 +1165,7 @@ static int skl_pcm_new(struct snd_soc_pcm_runtime *rtd)
snd_dma_pci_data(skl->pci), snd_dma_pci_data(skl->pci),
size, MAX_PREALLOC_SIZE); size, MAX_PREALLOC_SIZE);
if (retval) { if (retval) {
dev_err(dai->dev, "dma buffer allocationf fail\n"); dev_err(dai->dev, "dma buffer allocation fail\n");
return retval; return retval;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册