sq_final = padapter->recvpriv.signal_qual;
                /* the rssi value here is undecorated, and will be used for antenna diversity */
                if (sq_smp != 101) /* from the right channel */
-                       rssi_final = (src->Rssi+dst->Rssi*4)/5;
+                       rssi_final = (src->Rssi + dst->Rssi * 4) / 5;
                else
                        rssi_final = rssi_ori;
        } else {
 
                if (pqospriv->qos_option == 0) {
                        out_len = *pout_len;
-                       rtw_set_ie(out_ie+out_len, _VENDOR_SPECIFIC_IE_,
+                       rtw_set_ie(out_ie + out_len, _VENDOR_SPECIFIC_IE_,
                                   _WMM_IE_Length_, WMM_IE, pout_len);
 
                        pqospriv->qos_option = 1;
        phtpriv = &psta->htpriv;
 
        if ((phtpriv->ht_option) && (phtpriv->ampdu_enable)) {
-               issued = (phtpriv->agg_enable_bitmap>>priority)&0x1;
-               issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1;
+               issued = (phtpriv->agg_enable_bitmap >> priority) & 0x1;
+               issued |= (phtpriv->candidate_tid_bitmap >> priority) & 0x1;
 
                if (issued == 0) {
                        DBG_88E("rtw_issue_addbareq_cmd, p=%d\n", priority);