staging: rtl8192u: ieee80211: Fix spelling mistake
authorVatsala Narang <vatsalanarang@gmail.com>
Fri, 26 Apr 2019 08:43:03 +0000 (14:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Apr 2019 13:03:42 +0000 (15:03 +0200)
Replace explicitely with explicitly to get rid of checkpatch warning.

Signed-off-by: Vatsala Narang <vatsalanarang@gmail.com>
Acked-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c

index 644282c..dead134 100644 (file)
@@ -381,7 +381,8 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
                                       (*crypt)->priv);
                sec.flags |= BIT(key);
                /* This ensures a key will be activated if no key is
-                * explicitely set */
+                * explicitly set
+                */
                if (key == sec.active_key)
                        sec.flags |= SEC_ACTIVE_KEY;
                ieee->tx_keyidx = key;