From: Guenter Roeck Date: Thu, 19 Jan 2012 19:02:28 +0000 (-0800) Subject: hwmon: (wm831x-hwmon) Fix multi-line comments X-Git-Tag: v3.4-rc1~167^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07de3dfb15793c3e406bfb04da7c4b64ecdf3022;p=profile%2Fivi%2Fkernel-x86-ivi.git hwmon: (wm831x-hwmon) Fix multi-line comments Acked-by: Mark Brown Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/wm831x-hwmon.c b/drivers/hwmon/wm831x-hwmon.c index 23b44de..07cb25a 100644 --- a/drivers/hwmon/wm831x-hwmon.c +++ b/drivers/hwmon/wm831x-hwmon.c @@ -117,8 +117,10 @@ static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_chip_temp, NULL, WM831X_AUX_CHIP_TEMP); static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL, WM831X_AUX_CHIP_TEMP); -/* Report as a voltage since conversion depends on external components - * and that's what the ABI wants. */ +/* + * Report as a voltage since conversion depends on external components + * and that's what the ABI wants. + */ static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_voltage, NULL, WM831X_AUX_BATT_TEMP); static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,