From: Guenter Roeck Date: Thu, 19 Jan 2012 19:02:19 +0000 (-0800) Subject: hwmon: (jc42) Fix multi-line comments X-Git-Tag: v3.4-rc1~167^2~90 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5d577dba0443634f11fec0547b6cbca5ac0b0e57;p=karo-tx-linux.git hwmon: (jc42) Fix multi-line comments Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/jc42.c b/drivers/hwmon/jc42.c index 102e3ae397cc..877e1593655b 100644 --- a/drivers/hwmon/jc42.c +++ b/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)