* [PATCH] arc: include/asm: fix typos of "themselves"
@ 2020-10-06 3:30 Randy Dunlap
2020-10-06 4:07 ` Vineet Gupta
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-10-06 3:30 UTC (permalink / raw)
To: LKML, Vineet Gupta, linux-snps-arc
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(-)
--- 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();
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arc: include/asm: fix typos of "themselves"
2020-10-06 3:30 [PATCH] arc: include/asm: fix typos of "themselves" Randy Dunlap
@ 2020-10-06 4:07 ` Vineet Gupta
0 siblings, 0 replies; 2+ messages in thread
From: Vineet Gupta @ 2020-10-06 4:07 UTC (permalink / raw)
To: Randy Dunlap, LKML, linux-snps-arc
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();
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-06 4:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 3:30 [PATCH] arc: include/asm: fix typos of "themselves" Randy Dunlap
2020-10-06 4:07 ` Vineet Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®