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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6364c89f-8381-c019-d3d7-0abad902e99d@synopsys.com>
Date:   Tue, 6 Oct 2020 04:07:11 +0000
From:   Vineet Gupta <Vineet.Gupta1@...opsys.com>
To:     Randy Dunlap <rdunlap@...radead.org>,
        LKML <linux-kernel@...r.kernel.org>,
        "linux-snps-arc@...ts.infradead.org" 
        <linux-snps-arc@...ts.infradead.org>
Subject: Re: [PATCH] arc: include/asm: fix typos of "themselves"

On 10/5/20 8:30 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Fix copy/paste spello of "themselves" in 3 places.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Vineet Gupta <vgupta@...opsys.com>
> Cc: linux-snps-arc@...ts.infradead.org

Thx for the fix Randy. Added to for-curr.
-Vineet

> ---
>  arch/arc/include/asm/atomic.h  |    4 ++--
>  arch/arc/include/asm/cmpxchg.h |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> --- lnx-59-rc7.orig/arch/arc/include/asm/atomic.h
> +++ lnx-59-rc7/arch/arc/include/asm/atomic.h
> @@ -45,7 +45,7 @@ static inline int atomic_##op##_return(i
>  									\
>  	/*								\
>  	 * Explicit full memory barrier needed before/after as		\
> -	 * LLOCK/SCOND thmeselves don't provide any such semantics	\
> +	 * LLOCK/SCOND themselves don't provide any such semantics	\
>  	 */								\
>  	smp_mb();							\
>  									\
> @@ -71,7 +71,7 @@ static inline int atomic_fetch_##op(int
>  									\
>  	/*								\
>  	 * Explicit full memory barrier needed before/after as		\
> -	 * LLOCK/SCOND thmeselves don't provide any such semantics	\
> +	 * LLOCK/SCOND themselves don't provide any such semantics	\
>  	 */								\
>  	smp_mb();							\
>  									\
> --- lnx-59-rc7.orig/arch/arc/include/asm/cmpxchg.h
> +++ lnx-59-rc7/arch/arc/include/asm/cmpxchg.h
> @@ -20,7 +20,7 @@ __cmpxchg(volatile void *ptr, unsigned l
>  
>  	/*
>  	 * Explicit full memory barrier needed before/after as
> -	 * LLOCK/SCOND thmeselves don't provide any such semantics
> +	 * LLOCK/SCOND themselves don't provide any such semantics
>  	 */
>  	smp_mb();
>  
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ