OSDN Git Service

staging: iio: isl29028: made alignment of variables in struct isl29028_chip consistent
authorBrian Masney <masneyb@onstation.org>
Tue, 17 Jan 2017 09:24:48 +0000 (04:24 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 22 Jan 2017 13:21:32 +0000 (13:21 +0000)
commit6db2fa0ab5d9b0b431617a3711c7990e3084c561
tree00ed287dd940444d0bd7ae06e7a9ba3f391086f3
parentb44b1f3193ff8f442c844035815d7b2ebc26366b
staging: iio: isl29028: made alignment of variables in struct isl29028_chip consistent

The alignment of the variables in the struct isl29028_chip is not
consistent. This changes all of the variables to use consistent
alignment to improve the code readability.

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