staging: r8188eu: rename pFirmwareBuf and FirmwareLen
authorMichael Straube <straube.linux@gmail.com>
Fri, 7 Jan 2022 10:36:19 +0000 (11:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:13:44 +0000 (16:13 +0100)
commitdbf1c5e37ef6c1f54f6d33750bf61c4b7642006a
tree7a0452249339d25eb0c2420526d52a55c58513a9
parentb44dcfb787f5b4801e324fd8c5139a9e48fac58e
staging: r8188eu: rename pFirmwareBuf and FirmwareLen

Rename the variables pFirmwareBuf and FirmwareLen in
rtl8188e_firmware_download() to avoid camel case.

pFirmwareBuf -> fw_data
FirmwareLen -> fw_size

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220107103620.15648-19-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c