staging: iio: meter: ade7754: Match alignment with open parenthesis
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Mon, 19 Sep 2016 16:35:09 +0000 (19:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:43:32 +0000 (13:43 +0200)
commit748df3b1a429151ef05010792be254feeb83e201
tree60e805738c3ac03abaec1a4e745a1cc88ab51839
parent89237e06e2a57899424c8c51bada9b4046161e07
staging: iio: meter: ade7754: Match alignment with open parenthesis

Reorganize the parameters to improve the readability of the code in
two manners:
- parameters of distinctive variable types on different lines
- parameters of similar variable types on the same line

Also, take advantage of the horizontal space available and place
all the parameters on a single line.

Issues found by checkpatch.pl script.

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/meter/ade7754.c