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>
This commit is contained in:
committed by
Linus Torvalds
parent
66f0044908
commit
1cce200081
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user