Fix coding style issue where the else conditional statement should
follow the closing curly brace '}'.

Signed-off-by: An Ha <zero579...@gmail.com>
---
 drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c 
b/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c
index f1cf373..869b094 100644
--- a/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c
+++ b/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c
@@ -251,8 +251,7 @@ u8 rtl8821ae_dm_bt_check_coex_rssi_state(struct 
ieee80211_hw *hw,
                                        ("[DM][BT], RSSI state stay at 
High\n"));
                        }
                }
-       }
-       else if (level_num == 3) {
+       } else if (level_num == 3) {
                if (rssi_thresh > rssi_thresh1) {
                        RT_TRACE(COMP_BT_COEXIST, DBG_TRACE,
                                ("[DM][BT], RSSI thresh error!!\n"));
-- 
2.1.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to