Skip to content

Commit

Permalink
hwmon: (w83l785ts) fix checkpatch issues
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Mar 19, 2012
1 parent a6100f6 commit 5996542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/w83l785ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ }
Expand Down

0 comments on commit 5996542

Please sign in to comment.