media: staging: media: atomisp: fix CamelCase variable naming
authorDeepak R Varma <drv@mailo.com>
Wed, 28 Apr 2021 18:09:20 +0000 (20:09 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 19 May 2021 07:51:38 +0000 (09:51 +0200)
commit4c999ae366e13bdf1f961fdf4c4cefe3d772f275
tree9f17c7d3450d9a47e725e8d30a205d2f984443ed
parentf50559f0c9b43b023476664724e8494fbe9de4fc
media: staging: media: atomisp: fix CamelCase variable naming

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 <drv@mailo.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c