staging: r8188eu: clean up long lines in block_write()
authorMichael Straube <straube.linux@gmail.com>
Tue, 12 Apr 2022 18:57:54 +0000 (20:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 06:55:54 +0000 (08:55 +0200)
commita848981be6e8cb762f2166cdc1daf58783c5c3d1
tree6a68e7e75b12d96e7e01c2f94aeea5a053e6ac8e
parent067b22afad2f26a80b66dd21b72bc6978fe61a9b
staging: r8188eu: clean up long lines in block_write()

Store the address and the data pointer for calls to rtw_writeN() and
rtw_write8() in local variables. This avoids long lines and improves
readability.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220412185754.8695-7-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_fw.c