for (i = 0; i < arraylength; i += 2) {
                v1 = ptrarray[i];
                v2 = (u8) ptrarray[i + 1];
-               if (v1<0xCDCDCDCD) {
+               if (v1 < 0xCDCDCDCD) {
                        rtl_write_byte(rtlpriv, v1, (u8) v2);
                } else {
                        if (!_rtl8821ae_check_condition(hw,v1)) {
        for (i = 0; i < arraylength; i += 2) {
                v1 = ptrarray[i];
                v2 = (u8) ptrarray[i + 1];
-               if (v1<0xCDCDCDCD) {
+               if (v1 < 0xCDCDCDCD) {
                        rtl_write_byte(rtlpriv, v1, (u8) v2);
                        continue;
                } else {
                for (i = 0; i < arraylen; i += 2) {
                        v1 = array_table[i];
                        v2 = array_table[i+1];
-                       if (v1<0xCDCDCDCD) {
+                       if (v1 < 0xCDCDCDCD) {
                                _rtl8812ae_config_bb_reg(hw, v1, v2);
                                continue;
                        } else {/*This line is the start line of branch.*/
                for (i = 0; i < arraylen; i += 2) {
                        v1 = array_table[i];
                        v2 = array_table[i+1];
-                       if (v1<0xCDCDCDCD) {
+                       if (v1 < 0xCDCDCDCD) {
                                _rtl8821ae_config_bb_reg(hw, v1, v2);
                                continue;
                        } else {/*This line is the start line of branch.*/
                        v5 = phy_regarray_table_pg[i+4];
                        v6 = phy_regarray_table_pg[i+5];
 
-                       if (v1<0xCDCDCDCD) {
+                       if (v1 < 0xCDCDCDCD) {
                                if ( (v4 == 0xfe) || (v4 == 0xffe))
                                        mdelay(50);
                                else
                        v5 = phy_regarray_table_pg[i+4];
                        v6 = phy_regarray_table_pg[i+5];
 
-                       if (v1<0xCDCDCDCD) {
+                       if (v1 < 0xCDCDCDCD) {
                                if (v4 == 0xfe)
                                        mdelay(50);
                                else if (v4 == 0xfd)
                for (i = 0; i < radioa_arraylen_a; i = i + 2) {
                        v1 = radioa_array_table_a[i];
                        v2 = radioa_array_table_a[i+1];
-                       if (v1<0xcdcdcdcd) {
+                       if (v1 < 0xcdcdcdcd) {
                                _rtl8821ae_config_rf_radio_a(hw,v1,v2);
                                continue;
                        }else{/*This line is the start line of branch.*/
                for (i = 0; i < radioa_arraylen_b; i = i + 2) {
                        v1 = radioa_array_table_b[i];
                        v2 = radioa_array_table_b[i+1];
-                       if (v1<0xcdcdcdcd) {
+                       if (v1 < 0xcdcdcdcd) {
                                _rtl8821ae_config_rf_radio_b(hw,v1,v2);
                                continue;
                        }else{/*This line is the start line of branch.*/
                for (i = 0; i < radioa_arraylen; i = i + 2) {
                        v1 = radioa_array_table[i];
                        v2 = radioa_array_table[i+1];
-                       if (v1<0xcdcdcdcd) {
+                       if (v1 < 0xcdcdcdcd) {
                                _rtl8821ae_config_rf_radio_a(hw,v1,v2);
                        }else{/*This line is the start line of branch.*/
                                if(!_rtl8821ae_check_condition(hw,v1)){