All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hwmon: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-05-21 13:42 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Michael Walle
  Cc: kernel-janitors, Jean Delvare, Guenter Roeck, linux-hwmon, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/hwmon/sl28cpld-hwmon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/sl28cpld-hwmon.c b/drivers/hwmon/sl28cpld-hwmon.c
index e2fc60bf40bd..9ce4899a81a5 100644
--- 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 asssume 2 pulses per revolution.
+		 * says we should assume 2 pulses per revolution.
 		 */
 		value *= 60 / 2;
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hwmon: fix typo in comment
  2022-05-21 11:10 [PATCH] hwmon: fix typo in comment Julia Lawall
@ 2022-05-21 13:42 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2022-05-21 13:42 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Michael Walle, kernel-janitors, Jean Delvare, linux-hwmon, linux-kernel

On Sat, May 21, 2022 at 01:10:47PM +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/sl28cpld-hwmon.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/sl28cpld-hwmon.c b/drivers/hwmon/sl28cpld-hwmon.c
> index e2fc60bf40bd..9ce4899a81a5 100644
> --- 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 asssume 2 pulses per revolution.
> +		 * says we should assume 2 pulses per revolution.
>  		 */
>  		value *= 60 / 2;
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-21 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] hwmon: fix typo in comment Julia Lawall
2022-05-21 13:42 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.