]> Git Repo - linux.git/commitdiff
ASoC: amd: fix spelling mistake: "failer" -> "failure"
authorColin Ian King <[email protected]>
Tue, 1 May 2018 08:20:01 +0000 (09:20 +0100)
committerMark Brown <[email protected]>
Tue, 1 May 2018 20:52:37 +0000 (05:52 +0900)
Trivial fix to spelling mistake in dev_err error message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/amd/acp-pcm-dma.c

index 9c026c4d26d4699232b2d91a5209e23daf5cda96..2b9a020e0b3ed62894445a59ebb74720d48b82bf 100644 (file)
@@ -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;
 }
 
This page took 0.059235 seconds and 4 git commands to generate.