diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-01-19 14:02:21 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-18 21:27:16 -0400 |
commit | 1b05d22f2c8de166dd4ac14fe05c5c740db825e8 (patch) | |
tree | 90d62f8b632fd9a435aef32a81d9f5c46afcea8d | |
parent | 1b9c491df8ac0e3b0ba01d9e9e786a1def79878d (diff) |
hwmon: (ltc4151) Fix multi-line comments
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: Per Dalen <per.dalen@appeartv.com>
-rw-r--r-- | drivers/hwmon/ltc4151.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/ltc4151.c b/drivers/hwmon/ltc4151.c index f646b4570c93..4d005b219de2 100644 --- a/drivers/hwmon/ltc4151.c +++ b/drivers/hwmon/ltc4151.c | |||
@@ -154,7 +154,8 @@ static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, \ | |||
154 | static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, \ | 154 | static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, \ |
155 | ltc4151_show_value, NULL, LTC4151_SENSE_H); | 155 | ltc4151_show_value, NULL, LTC4151_SENSE_H); |
156 | 156 | ||
157 | /* Finally, construct an array of pointers to members of the above objects, | 157 | /* |
158 | * Finally, construct an array of pointers to members of the above objects, | ||
158 | * as required for sysfs_create_group() | 159 | * as required for sysfs_create_group() |
159 | */ | 160 | */ |
160 | static struct attribute *ltc4151_attributes[] = { | 161 | static struct attribute *ltc4151_attributes[] = { |