diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-01 09:20:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-02 05:52:37 +0900 |
commit | 9e6a469ec7dabc73043522d21e634583d91cb567 (patch) | |
tree | c49151c4aa89397700c1308814be9a3eff020685 /sound/soc/amd/acp-pcm-dma.c | |
parent | 10abdc7c149a058c74be803f33c9ffb1080ad07e (diff) |
ASoC: amd: fix spelling mistake: "failer" -> "failure"
Trivial fix to spelling mistake in dev_err error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp-pcm-dma.c')
-rw-r--r-- | sound/soc/amd/acp-pcm-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-pcm-dma.c b/sound/soc/amd/acp-pcm-dma.c index 9c026c4d26d4..2b9a020e0b3e 100644 --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c @@ -1014,7 +1014,7 @@ static int acp_dma_new(struct snd_soc_pcm_runtime *rtd) } if (ret < 0) dev_err(component->dev, - "buffer preallocation failer error:%d\n", ret); + "buffer preallocation failure error:%d\n", ret); return ret; } |