aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/wm831x-hwmon.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-01-19 14:02:28 -0500
committerGuenter Roeck <guenter.roeck@ericsson.com>2012-03-18 21:26:55 -0400
commit07de3dfb15793c3e406bfb04da7c4b64ecdf3022 (patch)
treeeb3e6b99bd1fe51cd69b5fbda2790d8c117a94b2 /drivers/hwmon/wm831x-hwmon.c
parent3c22e2326015e79822837aaa44eaf15249f8af7b (diff)
hwmon: (wm831x-hwmon) Fix multi-line comments
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/wm831x-hwmon.c')
-rw-r--r--drivers/hwmon/wm831x-hwmon.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hwmon/wm831x-hwmon.c b/drivers/hwmon/wm831x-hwmon.c
index 23b44de76740..07cb25ae69be 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,
117 WM831X_AUX_CHIP_TEMP); 117 WM831X_AUX_CHIP_TEMP);
118static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL, 118static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL,
119 WM831X_AUX_CHIP_TEMP); 119 WM831X_AUX_CHIP_TEMP);
120/* Report as a voltage since conversion depends on external components 120/*
121 * and that's what the ABI wants. */ 121 * Report as a voltage since conversion depends on external components
122 * and that's what the ABI wants.
123 */
122static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_voltage, NULL, 124static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_voltage, NULL,
123 WM831X_AUX_BATT_TEMP); 125 WM831X_AUX_BATT_TEMP);
124static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL, 126static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,