Commit 51683ee8 authored by Guenter Roeck's avatar Guenter Roeck Committed by Guenter Roeck

hwmon: (max1111) Fix multi-line comments

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 1b05d22f
...@@ -106,7 +106,8 @@ static ssize_t show_adc(struct device *dev, ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment