Re: [PATCH 5/6] staging: media: atomisp: fix CamelCase variable naming

2021-04-20 Thread Hans Verkuil
On 20/04/2021 10:39, Fabio Aiuto wrote: > Hi, > > On Tue, Apr 20, 2021 at 12:45:57AM +0530, Deepak R Varma wrote: >> Mixed case variable names are discouraged and they result in checkpatch >> script "Avoid CamelCase" warnings. Replace such CamelCase variable names >> by lower case strings accordin

Re: [PATCH 5/6] staging: media: atomisp: fix CamelCase variable naming

2021-04-20 Thread Fabio Aiuto
Hi, On Tue, Apr 20, 2021 at 12:45:57AM +0530, Deepak R Varma wrote: > Mixed case variable names are discouraged and they result in checkpatch > script "Avoid CamelCase" warnings. Replace such CamelCase variable names > by lower case strings according to the coding style guidelines. > > Signed-off

[PATCH 5/6] staging: media: atomisp: fix CamelCase variable naming

2021-04-19 Thread Deepak R Varma
Mixed case variable names are discouraged and they result in checkpatch script "Avoid CamelCase" warnings. Replace such CamelCase variable names by lower case strings according to the coding style guidelines. Signed-off-by: Deepak R Varma --- .../media/atomisp/i2c/atomisp-mt9m114.c | 62 ++