Re: [PATCH] staging: exfat: Fix checkpatch.pl camelcase issues

2020-03-19 Thread Greg KH
On Thu, Mar 19, 2020 at 10:31:05AM -0400, Aravind Ceyardass wrote: > > > On 3/19/20 10:12 AM, Greg KH wrote: > > On Thu, Mar 19, 2020 at 10:06:47AM -0400, Aravind Ceyardass wrote: > >> Fix ffsCamelCase function names and mixed case enums > >> > >> Signed-off-by: Aravind Ceyardass > >> --- > >>

Re: [PATCH] staging: exfat: Fix checkpatch.pl camelcase issues

2020-03-19 Thread Aravind Ceyardass
On 3/19/20 10:12 AM, Greg KH wrote: > On Thu, Mar 19, 2020 at 10:06:47AM -0400, Aravind Ceyardass wrote: >> Fix ffsCamelCase function names and mixed case enums >> >> Signed-off-by: Aravind Ceyardass >> --- >> drivers/staging/exfat/TODO | 1 - >> drivers/staging/exfat/exfat.h

Re: [PATCH] staging: exfat: Fix checkpatch.pl camelcase issues

2020-03-19 Thread Matthew Wilcox
On Thu, Mar 19, 2020 at 10:06:47AM -0400, Aravind Ceyardass wrote: > Fix ffsCamelCase function names and mixed case enums This driver is now gone from staging in -next; please review the code in fs/exfat instead. ___ devel mailing list de...@linuxdriverp

Re: [PATCH] staging: exfat: Fix checkpatch.pl camelcase issues

2020-03-19 Thread Greg KH
On Thu, Mar 19, 2020 at 10:06:47AM -0400, Aravind Ceyardass wrote: > Fix ffsCamelCase function names and mixed case enums > > Signed-off-by: Aravind Ceyardass > --- > drivers/staging/exfat/TODO | 1 - > drivers/staging/exfat/exfat.h | 12 +- > drivers/staging/exfat/exfat_super.

[PATCH] staging: exfat: Fix checkpatch.pl camelcase issues

2020-03-19 Thread Aravind Ceyardass
Fix ffsCamelCase function names and mixed case enums Signed-off-by: Aravind Ceyardass --- drivers/staging/exfat/TODO | 1 - drivers/staging/exfat/exfat.h | 12 +- drivers/staging/exfat/exfat_super.c | 222 ++-- 3 files changed, 117 insertions(+), 118 del