提交 51683ee8 编写于 作者: G Guenter Roeck 提交者: Guenter Roeck

hwmon: (max1111) Fix multi-line comments

Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
上级 1b05d22f
......@@ -106,7 +106,8 @@ static ssize_t show_adc(struct device *dev,
if (ret < 0)
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
*/
return sprintf(buf, "%d\n", ret * 8);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册