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:   Tue, 10 Dec 2019 09:09:34 +0000
From:   Mukesh Ojha <mojha@...eaurora.org>
To:     linux-kernel@...r.kernel.org
Cc:     peterz@...radead.org, mingo@...hat.com, will@...nel.org
Subject: Re: [PATCH] seqlock: Minor comment correction

gentle reminder.

On 10/4/2019 2:54 PM, Mukesh Ojha wrote:
> write_seqcountbeqin => write_seqcount_begin
>
> Signed-off-by: Mukesh Ojha <mojha@...eaurora.org>
> ---
>   include/linux/seqlock.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
> index bcf4cf2..370ef8f 100644
> --- a/include/linux/seqlock.h
> +++ b/include/linux/seqlock.h
> @@ -42,7 +42,7 @@
>   /*
>    * Version using sequence counter only.
>    * This can be used when code has its own mutex protecting the
> - * updating starting before the write_seqcountbeqin() and ending
> + * updating starting before the write_seqcount_begin() and ending
>    * after the write_seqcount_end().
>    */
>   typedef struct seqcount {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ