]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtlwifi: rtl8723ae: fix spelling mistake: "Coexistance" -> "Coexistence"
authorColin Ian King <colin.king@canonical.com>
Sat, 13 May 2017 22:37:02 +0000 (23:37 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 18 May 2017 14:15:00 +0000 (17:15 +0300)
Trivial fix to spelling mistake in RT_TRACE text

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

index 513c27be386893a612dac92090c193650ca84eaa..5ac7b815648a818778be12b2e5c927681c883ee9 100644 (file)
@@ -2313,7 +2313,7 @@ static void rtl8723e_bt_var_init(struct ieee80211_hw *hw)
                rtlpriv->btcoexist.eeprom_bt_radio_shared;
 
        RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_TRACE,
-                "BT Coexistance = 0x%x\n",
+                "BT Coexistence = 0x%x\n",
                 rtlpriv->btcoexist.bt_coexistence);
 
        if (rtlpriv->btcoexist.bt_coexistence) {