mirror of https://gitee.com/openkylin/linux.git
rtlwifi: btcoexist: Fix Smatch warning
Smatch reports the following: CHECK drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c:3078 btc8723b2ant_run_coexist_mechanism() warn: inconsistent indenting Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
37c52934c6
commit
2e074fab34
|
@ -3075,7 +3075,7 @@ static void btc8723b2ant_run_coexist_mechanism(struct btc_coexist *btcoexist)
|
|||
"[BTCoex], Action 2-Ant, "
|
||||
"algorithm = HS mode.\n");
|
||||
btc8723b2ant_action_pan_hs(btcoexist);
|
||||
break;
|
||||
break;
|
||||
case BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP:
|
||||
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE,
|
||||
"[BTCoex], Action 2-Ant, "
|
||||
|
|
Loading…
Reference in New Issue