]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72a05851d2e2c49b40853c709bdc68cc2dff8c17
treec5abae5cccc23f05760a662436fb8258b423fdd3
parent63a3528b430e90e5632c9c0c4999ab2a7a061e8c
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