]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: ina2xx: Fix whitespace and re-order code
authorAndrew F. Davis <afd@ti.com>
Wed, 24 Feb 2016 17:38:46 +0000 (11:38 -0600)
committerJonathan Cameron <jic23@kernel.org>
Wed, 24 Feb 2016 20:44:06 +0000 (20:44 +0000)
commit7906dd52c5a0f0782295d8f845be26bc143d3373
treeab2743a59aa68ba3f7cee9513889b5291e293af9
parent2edbd2955d3b5e1cea41c6a169956a0a5f824f3c
iio: ina2xx: Fix whitespace and re-order code

Group of probably overly rigorous whitespace and code cleanups.
 - Alphabetize includes
 - Assign to variables in the order they are defined
 - Alignment issues
 - Group alike statements together
 - Use helper macros

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ina2xx-adc.c