• Guenter Roeck's avatar
    hwmon: (w83627hf) Fix checkpatch issues · 27b9de3c
    Guenter Roeck authored
    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: default avatarGuenter Roeck <linux@roeck-us.net>
    27b9de3c
w83627hf.c 54.8 KB