1
0
Fork 0

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

Trivial fix to spelling mistake in dev_err message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Colin Ian King 2017-02-21 18:50:05 +00:00 committed by Mark Brown
parent c1ae3cfa0e
commit 08458871b6
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ static int skl_pcm_new(struct snd_soc_pcm_runtime *rtd)
snd_dma_pci_data(skl->pci),
size, MAX_PREALLOC_SIZE);
if (retval) {
dev_err(dai->dev, "dma buffer allocationf fail\n");
dev_err(dai->dev, "dma buffer allocation fail\n");
return retval;
}
}