}
 
        if (BT_INFO_SRC_8821A_1ANT_WIFI_FW != rsp_source) {
-               coex_sta->bt_retry_cnt =        /* [3:0]*/
-                       coex_sta->bt_info_c2h[rsp_source][2]&0xf;
+               /* [3:0] */
+               coex_sta->bt_retry_cnt =
+                       coex_sta->bt_info_c2h[rsp_source][2] & 0xf;
 
                coex_sta->bt_rssi =
-                       coex_sta->bt_info_c2h[rsp_source][3]*2+10;
+                       coex_sta->bt_info_c2h[rsp_source][3] * 2 + 10;
 
-               coex_sta->bt_info_ext =
-                       coex_sta->bt_info_c2h[rsp_source][4];
+               coex_sta->bt_info_ext = coex_sta->bt_info_c2h[rsp_source][4];
 
                /* Here we need to resend some wifi info to BT
                 * because bt is reset and lost the info
                RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
                         "[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n");
        } else if ((bt_info&BT_INFO_8821A_1ANT_B_SCO_ESCO) ||
-               (bt_info&BT_INFO_8821A_1ANT_B_SCO_BUSY)) {
+               (bt_info & BT_INFO_8821A_1ANT_B_SCO_BUSY)) {
                coex_dm->bt_status = BT_8821A_1ANT_BT_STATUS_SCO_BUSY;
                RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
                         "[BTCoex], BtInfoNotify(), BT SCO busy!!!\n");
-       } else if (bt_info&BT_INFO_8821A_1ANT_B_ACL_BUSY) {
+       } else if (bt_info & BT_INFO_8821A_1ANT_B_ACL_BUSY) {
                if (BT_8821A_1ANT_BT_STATUS_ACL_BUSY != coex_dm->bt_status)
                        coex_dm->auto_tdma_adjust = false;
                coex_dm->bt_status = BT_8821A_1ANT_BT_STATUS_ACL_BUSY;