Re: [PATCH v3 2/4] Staging: rtl8723bs: Change names to conform to the kernel code

2018-01-23 Thread Greg KH
On Sat, Jan 20, 2018 at 12:10:55AM +0530, Shreeya Patel wrote: > Change names of some variables and functions to conform > to the kernel coding style. The changes include some removal > of CamelCase warnings and renaming the variable and field names > that encode their type (eg the pointers seem to

[PATCH v3 2/4] Staging: rtl8723bs: Change names to conform to the kernel code

2018-01-19 Thread Shreeya Patel
Change names of some variables and functions to conform to the kernel coding style. The changes include some removal of CamelCase warnings and renaming the variable and field names that encode their type (eg the pointers seem to start with p). Signed-off-by: Shreeya Patel --- Changes in v3 -Ed