projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b05d22
)
hwmon: (max1111) Fix multi-line comments
author
Guenter Roeck
<linux@roeck-us.net>
Thu, 19 Jan 2012 19:02:22 +0000
(11:02 -0800)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:17 +0000
(18:27 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max1111.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/max1111.c
b/drivers/hwmon/max1111.c
index e5206ae00d76cf1dc1865f593b837b546a2db866..362a40eb61299c5bd23ff2dde956d5683b4b4118 100644
(file)
--- a/
drivers/hwmon/max1111.c
+++ b/
drivers/hwmon/max1111.c
@@
-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);