commit | 4101ece3a226e68a5335dd8a15c7ab8663972b81 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Nov 05 21:54:40 2012 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Mon Nov 05 21:54:40 2012 +0100 |
tree | d68673ff9553160f3bac3e761e666459c5ac31c9 | |
parent | 3300fb4f88688029fff8dfb9ec0734f6e4cba3e7 [diff] |
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>