>> @@ -101,8 +101,7 @@ void rtl88eu_phy_rf6052_set_cck_txpower(struct adapter 
>> *adapt, u8 *powerlevel)
>>                       ptr++;
>>               }
>>       }
>> -     rtl88eu_dm_txpower_track_adjust(&hal_data->odmpriv, 1, &direction,
>> -                                     &pwrtrac_value);
>> +     rtl88eu_dm_txpower_track_adjust(&hal_data->odmpriv, 1, &direction, 
>> &pwrtrac_value);
> you are introducing one warning to fix one error. line over 80 character.

Isn't that warning more of a guideline, rather than an actual warning?
This seems more readable than:

-     rtl88eu_dm_txpower_track_adjust(&hal_data->odmpriv, 1, &direction,
-                                     &pwrtrac_value);
+     rtl88eu_dm_txpower_track_adjust(&hal_data->odmpriv, 1,
+
 &direction, &pwrtrac_value);

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

Reply via email to