scripts/spelling.txt: add "disassocation" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: disassocation||disassociation Link: http://lkml.kernel.org/r/1481573103-11329-27-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
0cf2a848ef
commit
66f0044908
@@ -5652,7 +5652,7 @@ static void shim__set_security(struct net_device *dev,
|
||||
|
||||
/* As a temporary work around to enable WPA until we figure out why
|
||||
* wpa_supplicant toggles the security capability of the driver, which
|
||||
* forces a disassocation with force_update...
|
||||
* forces a disassociation with force_update...
|
||||
*
|
||||
* if (force_update || !(priv->status & STATUS_ASSOCIATED))*/
|
||||
if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)))
|
||||
|
@@ -3974,7 +3974,7 @@ static void ipw_send_disassociate(struct ipw_priv *priv, int quiet)
|
||||
return;
|
||||
}
|
||||
|
||||
IPW_DEBUG_ASSOC("Disassocation attempt from %pM "
|
||||
IPW_DEBUG_ASSOC("Disassociation attempt from %pM "
|
||||
"on channel %d.\n",
|
||||
priv->assoc_request.bssid,
|
||||
priv->assoc_request.channel);
|
||||
|
Reference in New Issue
Block a user