diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-11-05 21:54:40 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-11-05 21:54:40 +0100 |
commit | 4101ece3a226e68a5335dd8a15c7ab8663972b81 (patch) | |
tree | d68673ff9553160f3bac3e761e666459c5ac31c9 /drivers/hwmon/asb100.c | |
parent | 3300fb4f88688029fff8dfb9ec0734f6e4cba3e7 (diff) | |
download | linux-4101ece3a226e68a5335dd8a15c7ab8663972b81.tar.gz linux-4101ece3a226e68a5335dd8a15c7ab8663972b81.tar.bz2 linux-4101ece3a226e68a5335dd8a15c7ab8663972b81.zip |
hwmon: Fix chip feature table headers
These got broken by recent patches fixing checkpatch warnings in these
drivers. The trick is that the patches themselves looked good, but the
source files after applying them do not. That's why I am not a big fan
of using tabs inside comments.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/asb100.c')
-rw-r--r-- | drivers/hwmon/asb100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/asb100.c b/drivers/hwmon/asb100.c index a227be47149f..520e5bf4f76d 100644 --- a/drivers/hwmon/asb100.c +++ b/drivers/hwmon/asb100.c @@ -32,7 +32,7 @@ * ASB100-A supports pwm1, while plain ASB100 does not. There is no known * way for the driver to tell which one is there. * - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA * asb100 7 3 1 4 0x31 0x0694 yes no */ |