Commit 5ab312b3 authored by Julia Lawall's avatar Julia Lawall Committed by Guenter Roeck

hwmon: (sl28cpld) Fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-37-Julia.Lawall@inria.frSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent d1baf7a3
......@@ -54,7 +54,7 @@ static int sl28cpld_hwmon_read(struct device *dev,
/*
* The counter period is 1000ms and the sysfs specification
* says we should asssume 2 pulses per revolution.
* says we should assume 2 pulses per revolution.
*/
value *= 60 / 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment