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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static inline int atomic_##op##_return(int i, atomic_t *v) \
									\
	/*								\
	 * 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();							\
									\
@@ -69,7 +69,7 @@ static inline int atomic_fetch_##op(int i, atomic_t *v) \
									\
	/*								\
	 * 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();							\
									\
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new)

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