This patchset includes a set of small changes
in the function _rtl88e_fw_block_write.
Ivan Safonov (14):
staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in
_rtl88e_fw_block_write
staging: rtl8188eu: assigning a value to the variable is replaced by
the increment
staging: rtl8188eu: initial value placed in the variable
staging: rtl8188eu: offset variable replaced by its value
staging: rtl8188eu: unnecessary variable override removed
staging: rtl8188eu: unnecessary branching removed
staging: rtl8188eu: offset increment placed into for loop header
staging: rtl8188eu: buf_ptr variable completely defined before use on
a single line
staging: rtl8188eu: types of local variables conformed with types of
function arguments
staging: rtl8188eu: unnecessary initialization removed
staging: rtl8188eu: unnessesary braces for single statement block
removed
staging: rtl8188eu: buf_ptr renamed to byte_buffer
staging: rtl8188eu: pu4BytePtr renamed to dword_buffer
staging: rtl8188eu: offset renamed to write_address
drivers/staging/rtl8188eu/hal/fw.c | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
--
2.4.10
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel