mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-18 07:09:36 +02:00
hwmon: (max1111) Fix multi-line comments
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
1b05d22f2c
commit
51683ee83e
|
@ -106,7 +106,8 @@ static ssize_t show_adc(struct device *dev,
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* assume the reference voltage to be 2.048V, with an 8-bit sample,
|
/*
|
||||||
|
* assume the reference voltage to be 2.048V, with an 8-bit sample,
|
||||||
* the LSB weight is 8mV
|
* the LSB weight is 8mV
|
||||||
*/
|
*/
|
||||||
return sprintf(buf, "%d\n", ret * 8);
|
return sprintf(buf, "%d\n", ret * 8);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user