projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1baf7a
)
hwmon: (sl28cpld) Fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:47 +0000
(13:10 +0200)
committer
Guenter Roeck
<linux@roeck-us.net>
Sun, 22 May 2022 18:32:32 +0000
(11:32 -0700)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link:
https://lore.kernel.org/r/20220521111145.81697-37-Julia.Lawall@inria.fr
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sl28cpld-hwmon.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/sl28cpld-hwmon.c
b/drivers/hwmon/sl28cpld-hwmon.c
index e2fc60bf40bd11c70bc8e2543969657a1cf8b0d8..9ce4899a81a55c4df18030ae16f57b41b6a3a449 100644
(file)
--- a/
drivers/hwmon/sl28cpld-hwmon.c
+++ b/
drivers/hwmon/sl28cpld-hwmon.c
@@
-54,7
+54,7
@@
static int sl28cpld_hwmon_read(struct device *dev,
/*
* The counter period is 1000ms and the sysfs specification
- * says we should ass
s
ume 2 pulses per revolution.
+ * says we should assume 2 pulses per revolution.
*/
value *= 60 / 2;