]> git.karo-electronics.de Git - linux-beck.git/commitdiff
rtlwifi: btcoexist: Fix Smatch warning
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 17 Mar 2016 18:40:57 +0000 (13:40 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 6 Apr 2016 18:36:20 +0000 (21:36 +0300)
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>
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c

index 77cbd10e807dc1c464f7492f9df589c2c19c03bb..205f78b3ab233df08f3513c156b07d3f1db7aed4 100644 (file)
@@ -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, "