Messages in this thread |  | | From | Deepak Mishra <> | Subject | [PATCH 0/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h | Date | Sun, 2 Jun 2019 00:13:34 +0530 |
| |
This patchset fixes CamelCase checks in struct _adapter in drv_types.h and in files where struct _adapter is used by renaming the variables without camel case.
These check were reported by checkpatch.pl
Deepak Mishra (8): staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h
drivers/staging/rtl8712/drv_types.h | 18 +++++++++--------- drivers/staging/rtl8712/os_intfs.c | 6 +++--- drivers/staging/rtl8712/rtl871x_cmd.c | 2 +- drivers/staging/rtl8712/rtl871x_eeprom.c | 6 +++--- drivers/staging/rtl8712/rtl871x_mp_ioctl.c | 2 +- drivers/staging/rtl8712/rtl871x_pwrctrl.h | 2 +- drivers/staging/rtl8712/rtl871x_xmit.c | 2 +- drivers/staging/rtl8712/usb_intf.c | 2 +- drivers/staging/rtl8712/xmit_linux.c | 6 +++--- 9 files changed, 23 insertions(+), 23 deletions(-)
-- 2.19.1
|  |