hwmon: (it87) Formatting cleanup
authorGuenter Roeck <linux@roeck-us.net>
Sat, 4 Apr 2015 16:05:57 +0000 (09:05 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 19 Apr 2016 13:32:37 +0000 (06:32 -0700)
commitc962024e306ed598600853854a067b521bf5b530
treec5abae5cccc23f05760a662436fb8258b423fdd3
parent2310048db70a58ae89b37fded0322b6a5ae6443f
hwmon: (it87) Formatting cleanup

Fix various checkpatch complaints to clean up the code and
make it easier to read.

CHECK: Do not include the paragraph about writing to the FSF
CHECK: Alignment should match open parenthesis
CHECK: Logical continuations should be on the previous line
CHECK: No space is necessary after a cast
CHECK: Please don't use multiple blank lines
CHECK: Please use a blank line after function/struct/union/enum
       declarations
CHECK: spaces preferred around that '+' (ctx:VxV)
WARNING: Missing a blank line after declarations

No functional change.

Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/it87.c