]> asedeno.scripts.mit.edu Git - linux.git/commit
hwmon: (lm92) Fix whitespace issues
authorGuenter Roeck <linux@roeck-us.net>
Sun, 16 Sep 2018 14:45:21 +0000 (07:45 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commit0665a1d6231207c363dd6068611121e76346f99f
treeb9a7f37fb4e9183ee4933a6a2b2855ad3db72599
parenta31796c30e423f58d266df30a9bbf321fc071b30
hwmon: (lm92) Fix whitespace issues

Smatch complains:

drivers/hwmon/lm92.c:209 set_temp_hyst() warn: inconsistent indenting

While at it, fix various other whitespace issues reported by checkpatch
(double empty lines, missing empty lines, whitespace at empty line).

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm92.c