Commit 6364d1b4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Vineet Gupta

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

Fix copy/paste spello of "themselves" in 3 places.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 937cf85f
...@@ -43,7 +43,7 @@ static inline int atomic_##op##_return(int i, atomic_t *v) \ ...@@ -43,7 +43,7 @@ static inline int atomic_##op##_return(int i, atomic_t *v) \
\ \
/* \ /* \
* Explicit full memory barrier needed before/after as \ * 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(); \ smp_mb(); \
\ \
...@@ -69,7 +69,7 @@ static inline int atomic_fetch_##op(int i, atomic_t *v) \ ...@@ -69,7 +69,7 @@ static inline int atomic_fetch_##op(int i, atomic_t *v) \
\ \
/* \ /* \
* Explicit full memory barrier needed before/after as \ * 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(); \ smp_mb(); \
\ \
......
...@@ -20,7 +20,7 @@ __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) ...@@ -20,7 +20,7 @@ __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new)
/* /*
* Explicit full memory barrier needed before/after as * 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(); smp_mb();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment