OSDN Git Service

staging: iio: tsl2x7x: correct 'Avoid CamelCase' warning from checkpatch
authorBrian Masney <masneyb@onstation.org>
Sun, 4 Mar 2018 01:49:37 +0000 (20:49 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 10 Mar 2018 14:42:58 +0000 (14:42 +0000)
commit6f80ff9ec8533991c854082cce1ea3e024da36a5
tree62980bc676eeb0a1642b9b353a9c72827e6a2476
parent07ab2f4fac0f6ef62d8201713068bfbc8cba7f1a
staging: iio: tsl2x7x: correct 'Avoid CamelCase' warning from checkpatch

The statP and calP variables triggered an 'Avoid CamelCase' warning
from checkpatch.pl. This patch renames these variables to stat and cal
to fix this warning.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c