commit | 0665a1d6231207c363dd6068611121e76346f99f | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Sep 16 07:45:21 2018 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Oct 10 20:37:13 2018 -0700 |
tree | b9a7f37fb4e9183ee4933a6a2b2855ad3db72599 | |
parent | a31796c30e423f58d266df30a9bbf321fc071b30 [diff] |
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>