mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 21:14:28 +00:00
hwmon: (wm831x-hwmon) Fix multi-line comments
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
3c22e23260
commit
07de3dfb15
1 changed files with 4 additions and 2 deletions
|
@ -117,8 +117,10 @@ static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_chip_temp, NULL,
|
||||||
WM831X_AUX_CHIP_TEMP);
|
WM831X_AUX_CHIP_TEMP);
|
||||||
static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL,
|
static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL,
|
||||||
WM831X_AUX_CHIP_TEMP);
|
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,
|
static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_voltage, NULL,
|
||||||
WM831X_AUX_BATT_TEMP);
|
WM831X_AUX_BATT_TEMP);
|
||||||
static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,
|
static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue