Skip to content

Commit

Permalink
hwmon: (max1111) Fix multi-line comments
Browse files Browse the repository at this point in the history
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Guenter Roeck authored and Guenter Roeck committed Mar 19, 2012
1 parent 1b05d22 commit 51683ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/hwmon/max1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 51683ee

Please sign in to comment.