]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa2a54caa0a66e882ceeb4d49042a344124948e2
tree5dcecda8783acbd1c2b2bf46b87402fec12032f6
parentaeabd85f7124308aee7566372dd73f007387d209
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