rtlwifi: rtl8723ae: Delete a stray tab
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 5 Sep 2020 12:47:58 +0000 (15:47 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 9 Sep 2020 07:26:27 +0000 (10:26 +0300)
This line is indented too far.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200905124758.GB183976@mwanda
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c

index 16c6007..53af0d2 100644 (file)
@@ -435,7 +435,7 @@ static void rtl8723e_dm_bt_set_fw_tdma_ctrl(struct ieee80211_hw *hw,
                if (TDMA_1ANT == ant_num) {
                        rtl_dbg(rtlpriv, COMP_BT_COEXIST, DBG_TRACE,
                                "[BTCoex], TDMA_1ANT\n");
-                               h2c_parameter[0] |= BIT(1);
+                       h2c_parameter[0] |= BIT(1);
                } else if (TDMA_2ANT == ant_num) {
                        rtl_dbg(rtlpriv, COMP_BT_COEXIST, DBG_TRACE,
                                "[BTCoex], TDMA_2ANT\n");