From a8b624b19f0b9f4de43afad82260b480db0d2ce5 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Thu, 19 Jan 2012 11:02:21 -0800 Subject: [PATCH] --- yaml --- r: 292175 b: refs/heads/master c: 1b05d22f2c8de166dd4ac14fe05c5c740db825e8 h: refs/heads/master i: 292173: ab66aa6cbbb2ce06f599efb3a84445318c4cef16 292171: b2eedd3afe581ee0ae4dec8d2fbf2e7a8be80417 292167: 6189adb0ba4e4258c125fdfb6dfb61e1574d3cb3 292159: a3012b71a5ab6f0a77109e54e5bdcf322935b51e v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/ltc4151.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 653f3d17644a..69b5f1844723 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b9c491df8ac0e3b0ba01d9e9e786a1def79878d +refs/heads/master: 1b05d22f2c8de166dd4ac14fe05c5c740db825e8 diff --git a/trunk/drivers/hwmon/ltc4151.c b/trunk/drivers/hwmon/ltc4151.c index f646b4570c93..4d005b219de2 100644 --- a/trunk/drivers/hwmon/ltc4151.c +++ b/trunk/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[] = {