This patchset includes a set of small changes
in the function _rtl88e_fill_dummy.

Ivan Safonov (11):
  staging: rtl8188eu: new temporary variable added to _rtl88e_fill_dummy
  staging: rtl8188eu: for loop instead of while loop used
  staging: rtl8188eu: traversal order of the 'remain' variable values
    inverted
  staging: rtl8188eu: constant in both sides of loop condition added
  staging: rtl8188eu: (*pfwlen + remain) replaced by fwlen
  staging: rtl8188eu: (*pfwlen + n) replaced by roundup(*pfwlen, 4)
  staging: rtl8188eu: unused variables n and remain removed
  staging: rtl8188eu: initialization of the loop counter moved to the
    header of the loop
  staging: rtl8188eu: fwlen renamed to i
  staging: rtl8188eu: unnessesary braces removed in _rtl88e_fill_dummy
    function
  staging: rtl8188eu: return value and argument types changed in
    _rtl88e_write_fw function

 drivers/staging/rtl8188eu/hal/fw.c | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

-- 
2.4.10

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

Reply via email to