From: Guenter Roeck Date: Thu, 19 Jan 2012 19:02:21 +0000 (-0800) Subject: hwmon: (ltc4151) Fix multi-line comments X-Git-Tag: firefly_0821_release~3680^2~3328^2~60 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b05d22f2c8de166dd4ac14fe05c5c740db825e8;p=firefly-linux-kernel-4.4.55.git hwmon: (ltc4151) Fix multi-line comments Signed-off-by: Guenter Roeck Cc: Per Dalen --- 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, \ static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, \ ltc4151_show_value, NULL, LTC4151_SENSE_H); -/* Finally, construct an array of pointers to members of the above objects, +/* + * Finally, construct an array of pointers to members of the above objects, * as required for sysfs_create_group() */ static struct attribute *ltc4151_attributes[] = {