aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst-mfld-platform-pcm.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-05-10 11:29:40 +0100
committerMark Brown <broonie@kernel.org>2017-05-14 19:09:13 +0900
commit3c0a98c595d87b9c961bafa755c2c0f3c031249c (patch)
tree134e8927f508f512cc8326ca99b6471414105529 /sound/soc/intel/atom/sst-mfld-platform-pcm.c
parentASoC: intel: atom: localize variable without external linkage (diff)
downloadlinux-dev-3c0a98c595d87b9c961bafa755c2c0f3c031249c.tar.xz
linux-dev-3c0a98c595d87b9c961bafa755c2c0f3c031249c.zip
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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom/sst-mfld-platform-pcm.c')
-rw-r--r--sound/soc/intel/atom/sst-mfld-platform-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
index 21cac1c8dd4c..b082b31023d5 100644
--- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c
+++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
@@ -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;
}
}