scripts/spelling.txt: add "intialization" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: intialization||initialization The "inintialization" in drivers/acpi/spcr.c is a different pattern but I fixed it as well in this commit. Link: http://lkml.kernel.org/r/1481573103-11329-16-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
4d39f0ac8e
commit
183b8021fc
@@ -1238,7 +1238,7 @@ static int ipw2100_get_hw_features(struct ipw2100_priv *priv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Start firmware execution after power on and intialization
|
||||
* Start firmware execution after power on and initialization
|
||||
* The sequence is:
|
||||
* 1. Release ARC
|
||||
* 2. Wait for f/w initialization completes;
|
||||
@@ -1277,7 +1277,7 @@ static int ipw2100_start_adapter(struct ipw2100_priv *priv)
|
||||
/* Release ARC - clear reset bit */
|
||||
write_register(priv->net_dev, IPW_REG_RESET_REG, 0);
|
||||
|
||||
/* wait for f/w intialization complete */
|
||||
/* wait for f/w initialization complete */
|
||||
IPW_DEBUG_FW("Waiting for f/w initialization to complete...\n");
|
||||
i = 5000;
|
||||
do {
|
||||
|
Reference in New Issue
Block a user