summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
diff options
context:
space:
mode:
authorJean Delvare2016-08-29 13:33:29 +0200
committerGuenter Roeck2016-09-09 06:34:17 +0200
commitd5f3f6c8123388a6f978f2593cfe0e8ba8c30801 (patch)
treeae40ea0310a76a5e9f23aa3dfb37094e9736e023 /drivers/hwmon/it87.c
parenthwmon: (ucd9000) Add support for UCD90160 Power Supply Sequencer (diff)
downloadkernel-qcow2-linux-d5f3f6c8123388a6f978f2593cfe0e8ba8c30801.tar.gz
kernel-qcow2-linux-d5f3f6c8123388a6f978f2593cfe0e8ba8c30801.tar.xz
kernel-qcow2-linux-d5f3f6c8123388a6f978f2593cfe0e8ba8c30801.zip
hwmon: (it87) Drop useless comments
Remove the index comments at the end of it87_attributes_in. They serve no purpose (as there is no reference to them in it87_in_is_visible) and some of them were obviously wrong. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Cc: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r--drivers/hwmon/it87.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c
index 4667012b46b7..ad82cb28d87a 100644
--- a/drivers/hwmon/it87.c
+++ b/drivers/hwmon/it87.c
@@ -2011,10 +2011,10 @@ static struct attribute *it87_attributes_in[] = {
&sensor_dev_attr_in7_beep.dev_attr.attr, /* 39 */
&sensor_dev_attr_in8_input.dev_attr.attr, /* 40 */
- &sensor_dev_attr_in9_input.dev_attr.attr, /* 41 */
- &sensor_dev_attr_in10_input.dev_attr.attr, /* 41 */
- &sensor_dev_attr_in11_input.dev_attr.attr, /* 41 */
- &sensor_dev_attr_in12_input.dev_attr.attr, /* 41 */
+ &sensor_dev_attr_in9_input.dev_attr.attr,
+ &sensor_dev_attr_in10_input.dev_attr.attr,
+ &sensor_dev_attr_in11_input.dev_attr.attr,
+ &sensor_dev_attr_in12_input.dev_attr.attr,
NULL
};