projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c22e23
)
hwmon: (wm831x-hwmon) Fix multi-line comments
author
Guenter Roeck
<linux@roeck-us.net>
Thu, 19 Jan 2012 19:02:28 +0000
(11:02 -0800)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:26:55 +0000
(18:26 -0700)
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/wm831x-hwmon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/wm831x-hwmon.c
b/drivers/hwmon/wm831x-hwmon.c
index 23b44de7674048f0895c02ceedeece4ba3ec4ee7..07cb25ae69be9cad35c11de0bd716d2f77a46395 100644
(file)
--- 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,