From 13bd8c346924d8f99e256136101217aae4cc0a2b Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Thu, 19 Jan 2012 11:02:19 -0800 Subject: [PATCH] --- yaml --- r: 292145 b: refs/heads/master c: 5d577dba0443634f11fec0547b6cbca5ac0b0e57 h: refs/heads/master i: 292143: 45fee6e171bd4ce9d7e708938c9437808360e350 v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/jc42.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 59a5c1c34977..12436fea277f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 780affe0e9162bd6aec8acdb6255d61e4b04abba +refs/heads/master: 5d577dba0443634f11fec0547b6cbca5ac0b0e57 diff --git a/trunk/drivers/hwmon/jc42.c b/trunk/drivers/hwmon/jc42.c index 102e3ae397cc..877e1593655b 100644 --- a/trunk/drivers/hwmon/jc42.c +++ b/trunk/drivers/hwmon/jc42.c @@ -350,8 +350,10 @@ set(temp_min, JC42_REG_TEMP_LOWER); set(temp_max, JC42_REG_TEMP_UPPER); set(temp_crit, JC42_REG_TEMP_CRITICAL); -/* JC42.4 compliant chips only support four hysteresis values. - * Pick best choice and go from there. */ +/* + * JC42.4 compliant chips only support four hysteresis values. + * Pick best choice and go from there. + */ static ssize_t set_temp_crit_hyst(struct device *dev, struct device_attribute *attr, const char *buf, size_t count)