lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 21 May 2022 06:42:48 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Julia Lawall <Julia.Lawall@...ia.fr>
Cc:     Michael Walle <michael@...le.cc>, kernel-janitors@...r.kernel.org,
        Jean Delvare <jdelvare@...e.com>, linux-hwmon@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwmon: fix typo in comment

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@...ia.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;
>  

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ