staging: iio: tsl2x7x: correct alignment of parenthesis
authorBrian Masney <masneyb@onstation.org>
Thu, 19 Oct 2017 20:06:27 +0000 (16:06 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Oct 2017 17:39:16 +0000 (18:39 +0100)
commit3e0c8f68a89e2356fa014336830fe4aaf580303b
tree2243c801c16a5d5759cd34f76e8a6fe95d7f4d39
parente6859c532286b0c2ce1bd048a4b07e2a8f2ea38c
staging: iio: tsl2x7x: correct alignment of parenthesis

Correct error from checkpatch.pl to improve code readibility: Alignment
should match open parenthesis. This involved shortening the name of
tsl2x7x_als_gainadj and tsl2x7x_prx_gainadj to tsl2x7x_als_gain and
tsl2x7x_prx_gain respectively. This also required removing the
ch0lux and ch1lux local variables in order to get the line short
enough.

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