staging: iio: tsl2x7x: correct alignment of parenthesis
authorBrian Masney <masneyb@onstation.org>
Thu, 19 Oct 2017 20:06:28 +0000 (16:06 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Oct 2017 17:40:53 +0000 (18:40 +0100)
commit18ce2d5097b699b2f2a79b7fdcd01cc5ed2b0843
tree0cf93b15b02279f3efffdecbb76886af314e1d90
parent3e0c8f68a89e2356fa014336830fe4aaf580303b
staging: iio: tsl2x7x: correct alignment of parenthesis

Correct error from checkpatch.pl to improve code readibility: Alignment
should match open parenthesis. An unnecessary cast to 'struct
tsl2x7x_lux *' was removed and the return value of static definition of
in_illuminance0_calibscale_available_show() was put on its own line
due to the length of that sysfs attribute.

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