hwmon: (w83l785ts) fix checkpatch issues
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 8 Jan 2012 18:34:16 +0000 (19:34 +0100)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:26:33 +0000 (18:26 -0700)
fixed:
ERROR: trailing whitespace
+ $

WARNING: please, no spaces at the start of a line
+ $

not fixed (did not want to break url):
WARNING: line over 80 characters
+ *   http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/w83l785ts.c

index 20781def65edaa280cb3ed2124adfb17c0fe4b57..edfc1ec7e77a47c399b59d7e99f60878ab81cd3c 100644 (file)
@@ -86,7 +86,7 @@ static struct w83l785ts_data *w83l785ts_update_device(struct device *dev);
 /*
  * Driver data (common to all clients)
  */
+
 static const struct i2c_device_id w83l785ts_id[] = {
        { "w83l785ts", 0 },
        { }
This page took 0.024707 seconds and 5 git commands to generate.