commit | 51683ee83e5a737da218bcfa064993b6cd05b946 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Jan 19 11:02:22 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:17 2012 -0700 |
tree | fe32ae8558398789bf5771cbe14f72cf091fdfbb | |
parent | 1b05d22f2c8de166dd4ac14fe05c5c740db825e8 [diff] [blame] |
hwmon: (max1111) Fix multi-line comments Signed-off-by: Guenter Roeck <linux@roeck-us.net>
diff --git a/drivers/hwmon/max1111.c b/drivers/hwmon/max1111.c index e5206ae..362a40e 100644 --- a/drivers/hwmon/max1111.c +++ b/drivers/hwmon/max1111.c
@@ -106,7 +106,8 @@ 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);