Re: [PATCH 8/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h

2019-06-02 Thread Deepak Mishra
On Sat, Jun 01, 2019 at 12:26:02PM -0700, Joe Perches wrote: > On Sun, 2019-06-02 at 00:13 +0530, Deepak Mishra wrote: > > This patch fixes CamelCase blnEnableRxFF0Filter by renaming it > > to bln_enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c > > xmit_linux.c > > One could

Re: [PATCH 8/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h

2019-06-01 Thread Joe Perches
On Sun, 2019-06-02 at 00:13 +0530, Deepak Mishra wrote: > This patch fixes CamelCase blnEnableRxFF0Filter by renaming it > to bln_enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c > xmit_linux.c One could also improve this by removing the hungarian like bln_ prefix and simplify

[PATCH 8/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h

2019-06-01 Thread Deepak Mishra
This patch fixes CamelCase blnEnableRxFF0Filter by renaming it to bln_enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c xmit_linux.c It was reported by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +-