lkml.org 
[lkml]   [2016]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 26/31] scripts/spelling.txt: add "disassocation" pattern and fix typo instances
    Date
    Fix typos and add the following to the scripts/spelling.txt:

    disassocation||disassociation

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    ---

    drivers/net/wireless/intel/ipw2x00/ipw2100.c | 2 +-
    drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +-
    include/net/cfg80211.h | 2 +-
    scripts/spelling.txt | 1 +
    4 files changed, 4 insertions(+), 3 deletions(-)

    diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2100.c b/drivers/net/wireless/intel/ipw2x00/ipw2100.c
    index 68aab2c..d2cc968 100644
    --- a/drivers/net/wireless/intel/ipw2x00/ipw2100.c
    +++ b/drivers/net/wireless/intel/ipw2x00/ipw2100.c
    @@ -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)))
    diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2200.c b/drivers/net/wireless/intel/ipw2x00/ipw2200.c
    index c09215d..5ef3c5c 100644
    --- a/drivers/net/wireless/intel/ipw2x00/ipw2200.c
    +++ b/drivers/net/wireless/intel/ipw2x00/ipw2200.c
    @@ -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);
    diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
    index 814be4b..11ddd1d 100644
    --- a/include/net/cfg80211.h
    +++ b/include/net/cfg80211.h
    @@ -1887,7 +1887,7 @@ struct cfg80211_deauth_request {
    * struct cfg80211_disassoc_request - Disassociation request data
    *
    * This structure provides information needed to complete IEEE 802.11
    - * disassocation.
    + * disassociation.
    *
    * @bss: the BSS to disassociate from
    * @ie: Extra IEs to add to Disassociation frame or %NULL
    diff --git a/scripts/spelling.txt b/scripts/spelling.txt
    index b0054dc..a4d0a42 100644
    --- a/scripts/spelling.txt
    +++ b/scripts/spelling.txt
    @@ -358,6 +358,7 @@ differrence||difference
    difinition||definition
    diplay||display
    direectly||directly
    +disassocation||disassociation
    disapear||disappear
    disapeared||disappeared
    disappared||disappeared
    --
    2.7.4
    \
     
     \ /
      Last update: 2016-12-12 21:11    [W:4.283 / U:0.380 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site