commit | 02fe2fd949daf7906dba4d7a795c5eed79bfc24f | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 14 13:42:20 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:24 2012 -0700 |
tree | 26370d83d0314b87f4f686823295ee212a91e36f | |
parent | f445a9af939a6989e356a25ca97ea691d98bc336 [diff] |
hwmon: (lm77) Fix checkpatch issues Fixed: ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: trailing whitespace WARNING: line over 80 characters WARNING: please, no space before tabs WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead Modify multi-line comments to follow Documentation/CodingStyle. Signed-off-by: Guenter Roeck <linux@roeck-us.net>