]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtlwifi: fix spelling mistake: "Pairwiase" -> "Pairwise"
authorColin Ian King <colin.king@canonical.com>
Wed, 3 May 2017 22:55:43 +0000 (23:55 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 18 May 2017 14:14:18 +0000 (17:14 +0300)
trivial fixes to spelling mistakes in RT_TRACE messages.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/hw.c
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c
drivers/net/wireless/realtek/rtlwifi/rtl8723be/hw.c

index 6f5098a18655536e6c210a5cd70e0cef55c4b3a5..11d97fa0e921780d707dbf7333fd819997faf59b 100644 (file)
@@ -2506,7 +2506,7 @@ void rtl92ee_set_key(struct ieee80211_hw *hw, u32 key_index,
                                 "add one entry\n");
                        if (is_pairwise) {
                                RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG,
-                                        "set Pairwiase key\n");
+                                        "set Pairwise key\n");
 
                                rtl_cam_add_one_entry(hw, macaddr, key_index,
                                               entry_id, enc_algo,
index 859c045bd37c48b4c77b755126d403ace7d56b81..513c27be386893a612dac92090c193650ca84eaa 100644 (file)
@@ -2264,7 +2264,7 @@ void rtl8723e_set_key(struct ieee80211_hw *hw, u32 key_index,
                                 "add one entry\n");
                        if (is_pairwise) {
                                RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG,
-                                        "set Pairwiase key\n");
+                                        "set Pairwise key\n");
 
                                rtl_cam_add_one_entry(hw, macaddr, key_index,
                                                      entry_id, enc_algo,
index 1acbfb86472cdab2e19a0e86a423eba7a3af41d9..a79f936bb3947d4bb3f6967dbf89fbda040cb006 100644 (file)
@@ -2637,7 +2637,7 @@ void rtl8723be_set_key(struct ieee80211_hw *hw, u32 key_index,
                                 "add one entry\n");
                        if (is_pairwise) {
                                RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG,
-                                        "set Pairwiase key\n");
+                                        "set Pairwise key\n");
 
                                rtl_cam_add_one_entry(hw, macaddr, key_index,
                                               entry_id, enc_algo,