| commit | bafda5d0f5eeef6f80a9030b23d824fd16dcd827 | [log] [tgz] |
|---|---|---|
| author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 14 21:32:21 2012 -0800 |
| committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:26:44 2012 -0700 |
| tree | ba3c8f45d0f16b8caf903a0c7ffc440a3224dc6a | |
| parent | 0117c3f24523166ca764575c0e486887b7e33c2b [diff] |
hwmon: (max6650) Fix checkpatch issues
Fixed:
ERROR: do not use assignment in if condition
ERROR: open brace '{' following struct go on the same line
ERROR: spaces required around that '||' (ctx:VxV)
ERROR: switch and case should be at the same indent
WARNING: simple_strtoul is obsolete, use kstrtoul instead
Cc: Hans J. Koch <hjk@hansjkoch.de>
Acked-by: Hans J. Koch <hjk@hansjkoch.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>