staging: rtl8712: Fixed CamelCase for EepromAddressSize
authorDeepak Mishra <linux.dkm@gmail.com>
Sun, 9 Jun 2019 12:31:40 +0000 (18:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Jun 2019 15:57:21 +0000 (17:57 +0200)
commit906ad742fdbfc451520af37ff3b1e6fc85c3f898
tree5dcecda8783acbd1c2b2bf46b87402fec12032f6
parent2af0ada29f8428bff6a53919d8993fbe2da00423
staging: rtl8712: Fixed CamelCase for EepromAddressSize

This patch renames CamelCase EepromAddressSizefrom to eeprom_address_size in
struct _adapter and in related files drv_types.h, rtl871x_eeprom.c, usb_intf.c

This was reported by checkpatch.pl

Signed-off-by: Deepak Mishra <linux.dkm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/drv_types.h
drivers/staging/rtl8712/rtl871x_eeprom.c
drivers/staging/rtl8712/usb_intf.c