diff mbox series

arc: include/asm: fix typos of "themselves"

Message ID 610cc0df-deac-e2f6-e9ce-b19b3cba9501@infradead.org
State New
Headers show
Series arc: include/asm: fix typos of "themselves" | expand

Commit Message

Randy Dunlap Oct. 6, 2020, 3:30 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix copy/paste spello of "themselves" in 3 places.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org
---
 arch/arc/include/asm/atomic.h  |    4 ++--
 arch/arc/include/asm/cmpxchg.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Vineet Gupta Oct. 6, 2020, 4:07 a.m. UTC | #1
On 10/5/20 8:30 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix copy/paste spello of "themselves" in 3 places.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: linux-snps-arc@lists.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();
>  
> 
>
diff mbox series

Patch

--- 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();