diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2012-01-08 13:34:15 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-18 21:26:31 -0400 |
commit | 4d7c5d4f40246f0f50767a1fe6445e067a972c64 (patch) | |
tree | 28e1733739a4bd576d560150c7bdcbec83de096c /drivers | |
parent | 7b102ed66030a454eac1afce3af89eb3d03b0ce4 (diff) |
hwmon: (g760a) fix checkpatch issues
fixed:
ERROR: code indent should use tabs where possible
+ fan speed PWM controller chip$
ERROR: trailing whitespace
+ http://www.gmt.com.tw/product/datasheet/EDS-760A.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/g760a.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/g760a.c b/drivers/hwmon/g760a.c index 781277ddbaa5..81b6e3533fd6 100644 --- a/drivers/hwmon/g760a.c +++ b/drivers/hwmon/g760a.c | |||
@@ -1,11 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | g760a - Driver for the Global Mixed-mode Technology Inc. G760A | 2 | g760a - Driver for the Global Mixed-mode Technology Inc. G760A |
3 | fan speed PWM controller chip | 3 | fan speed PWM controller chip |
4 | 4 | ||
5 | Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> | 5 | Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> |
6 | 6 | ||
7 | Complete datasheet is available at GMT's website: | 7 | Complete datasheet is available at GMT's website: |
8 | http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf | 8 | http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf |
9 | 9 | ||
10 | This program is free software; you can redistribute it and/or modify | 10 | This program is free software; you can redistribute it and/or modify |
11 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |