lkml.org 
[lkml]   [2015]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH 2/6] staging: rtl8188eu: hal: removed code indent error
    From
    >> @@ -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


    \
     
     \ /
      Last update: 2015-02-10 15:41    [W:3.339 / U:0.444 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site