From 27b9de3c4ae302c51d99187047e6ebebb21fd29b Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sun, 15 Jan 2012 11:07:26 -0800 Subject: [PATCH] hwmon: (w83627hf) Fix checkpatch issues Fixed: WARNING: simple_strtol is obsolete, use kstrtol instead WARNING: simple_strtoul is obsolete, use kstrtoul instead ERROR: do not use assignment in if condition Modify multi-line comments to follow Documentation/CodingStyle. Other checkpatch issues not fixed to reduce number of conflicts with pending rewrite as mfd driver. Signed-off-by: Guenter Roeck --- Reading git-format-patch failed