]> Git Repo - J-linux.git/commitdiff
arc: include/asm: fix typos of "themselves"
authorRandy Dunlap <[email protected]>
Tue, 6 Oct 2020 03:30:00 +0000 (20:30 -0700)
committerVineet Gupta <[email protected]>
Tue, 6 Oct 2020 04:02:29 +0000 (21:02 -0700)
Fix copy/paste spello of "themselves" in 3 places.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: [email protected]
Signed-off-by: Vineet Gupta <[email protected]>
arch/arc/include/asm/atomic.h
arch/arc/include/asm/cmpxchg.h

index fa679b7396d286fb9ce37749c7d743986d106683..5afc79c9b2f5b8d60a7d6aaa1528445dc4e79ad3 100644 (file)
@@ -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();                                                       \
                                                                        \
index cf8233700c0090704bfddf2c06a9be6aba89bfb8..9b87e162e539b5b755ce7970c769858ad375791c 100644 (file)
@@ -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();
 
This page took 0.053501 seconds and 4 git commands to generate.