summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-08-29 07:33:29 -0400
committerGuenter Roeck <linux@roeck-us.net>2016-09-09 00:34:17 -0400
commitd5f3f6c8123388a6f978f2593cfe0e8ba8c30801 (patch)
treeae40ea0310a76a5e9f23aa3dfb37094e9736e023 /drivers/hwmon/it87.c
parent50b2b02c40340c4ac3fa1e12eb6e600a10c95e72 (diff)
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[] = {
2011 &sensor_dev_attr_in7_beep.dev_attr.attr, /* 39 */ 2011 &sensor_dev_attr_in7_beep.dev_attr.attr, /* 39 */
2012 2012
2013 &sensor_dev_attr_in8_input.dev_attr.attr, /* 40 */ 2013 &sensor_dev_attr_in8_input.dev_attr.attr, /* 40 */
2014 &sensor_dev_attr_in9_input.dev_attr.attr, /* 41 */ 2014 &sensor_dev_attr_in9_input.dev_attr.attr,
2015 &sensor_dev_attr_in10_input.dev_attr.attr, /* 41 */ 2015 &sensor_dev_attr_in10_input.dev_attr.attr,
2016 &sensor_dev_attr_in11_input.dev_attr.attr, /* 41 */ 2016 &sensor_dev_attr_in11_input.dev_attr.attr,
2017 &sensor_dev_attr_in12_input.dev_attr.attr, /* 41 */ 2017 &sensor_dev_attr_in12_input.dev_attr.attr,
2018 NULL 2018 NULL
2019}; 2019};
2020 2020