]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: iio: isl29028: fix alignment of function arguments
authorBrian Masney <masneyb@onstation.org>
Tue, 17 Jan 2017 09:24:49 +0000 (04:24 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 22 Jan 2017 13:21:31 +0000 (13:21 +0000)
commitc4f60925984f4b22cb11ba76141855b5562d5423
tree83e928e5b87cb748ce8c2d0920d98630d6d931c5
parent99be230db9879088d291ab832641af539d94a5b4
staging: iio: isl29028: fix alignment of function arguments

Two separate calls to regmap_update_bits() in isl29028_set_als_scale()
and isl29028_set_als_ir_mode() did not have their function arguments
on the next line aligned correctly to the open parenthesis. This patch
corrects the alignment.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/isl29028.c