Re: [PATCH] staging: comedi: change CamelCase to CAPS

2020-02-19 Thread Kaaira Gupta
On Wed, Feb 19, 2020 at 07:47:41PM +0100, Greg Kroah-Hartman wrote: > On Wed, Feb 19, 2020 at 11:16:46PM +0530, Kaaira Gupta wrote: > > fix checkpatch.pl check of 'Avoid CamelCase' by changing NI_CtrSource to > > NI_CTRSOURCE in all the files. Change it to CAPS because it is a MICRO > > > > Signed

Re: [PATCH] staging: comedi: change CamelCase to CAPS

2020-02-19 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2020 at 11:16:46PM +0530, Kaaira Gupta wrote: > fix checkpatch.pl check of 'Avoid CamelCase' by changing NI_CtrSource to > NI_CTRSOURCE in all the files. Change it to CAPS because it is a MICRO > > Signed-off-by: Kaaira Gupta > --- > drivers/staging/comedi/comedi.h

Re: [PATCH] staging: comedi: change CamelCase to CAPS

2020-02-19 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2020 at 11:16:46PM +0530, Kaaira Gupta wrote: > fix checkpatch.pl check of 'Avoid CamelCase' by changing NI_CtrSource to > NI_CTRSOURCE in all the files. Change it to CAPS because it is a MICRO What is a "MICRO"? > Signed-off-by: Kaaira Gupta Are you sure this is ok? I think th