hwmon: (nct6775) Add blank lines after declarations
authorGuenter Roeck <linux@roeck-us.net>
Sun, 16 Nov 2014 18:00:06 +0000 (10:00 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 1 Dec 2014 04:13:14 +0000 (20:13 -0800)
checkpatch complains about
WARNING: Missing a blank line after declarations

Add missing blank lines. Also reorder variables length-wise where appropriate
if a function header is touched anyway.

Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found