diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2012-01-08 13:34:16 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-18 21:26:33 -0400 |
commit | 599654255d4a933e71641b5e3cb8ceb753830c5f (patch) | |
tree | c21fcd6e4b1d3cbda90cb51fbcbf662083df77c5 /drivers | |
parent | a6100f6b49bf8e30c42add718db47f7c39392f5b (diff) |
hwmon: (w83l785ts) fix checkpatch issues
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/w83l785ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83l785ts.c b/drivers/hwmon/w83l785ts.c index 20781def65ed..edfc1ec7e77a 100644 --- a/drivers/hwmon/w83l785ts.c +++ b/drivers/hwmon/w83l785ts.c | |||
@@ -86,7 +86,7 @@ static struct w83l785ts_data *w83l785ts_update_device(struct device *dev); | |||
86 | /* | 86 | /* |
87 | * Driver data (common to all clients) | 87 | * Driver data (common to all clients) |
88 | */ | 88 | */ |
89 | 89 | ||
90 | static const struct i2c_device_id w83l785ts_id[] = { | 90 | static const struct i2c_device_id w83l785ts_id[] = { |
91 | { "w83l785ts", 0 }, | 91 | { "w83l785ts", 0 }, |
92 | { } | 92 | { } |