diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 23:29:45 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-28 03:43:47 +0100 |
commit | 1cce200081d182e0ae6b40bcb1cfdecfdfc09fe4 (patch) | |
tree | 123833d16e2ca1d7f0f1284de0c950d481c0d699 /sound/soc/amd/acp-pcm-dma.c | |
parent | scripts/spelling.txt: add "disassocation" pattern and fix typo instances (diff) | |
download | linux-1cce200081d182e0ae6b40bcb1cfdecfdfc09fe4.tar.xz linux-1cce200081d182e0ae6b40bcb1cfdecfdfc09fe4.zip |
scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
deintializing||deinitializing
deintialize||deinitialize
deintialized||deinitialized
Link: http://lkml.kernel.org/r/1481573103-11329-28-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-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 818b052377f3..ec1067a679da 100644 --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c @@ -506,7 +506,7 @@ static int acp_init(void __iomem *acp_mmio) return 0; } -/* Deintialize ACP */ +/* Deinitialize ACP */ static int acp_deinit(void __iomem *acp_mmio) { u32 val; |