Commit 51683ee83e5a737da218bcfa064993b6cd05b946
Committed by
Guenter Roeck
1 parent
1b05d22f2c
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
hwmon: (max1111) Fix multi-line comments
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
drivers/hwmon/max1111.c
... | ... | @@ -106,7 +106,8 @@ |
106 | 106 | if (ret < 0) |
107 | 107 | return ret; |
108 | 108 | |
109 | - /* assume the reference voltage to be 2.048V, with an 8-bit sample, | |
109 | + /* | |
110 | + * assume the reference voltage to be 2.048V, with an 8-bit sample, | |
110 | 111 | * the LSB weight is 8mV |
111 | 112 | */ |
112 | 113 | return sprintf(buf, "%d\n", ret * 8); |