Documentation/atomic_ops.txt typo fix
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e80ad9b651
commit
4249e08e92
|
@ -149,7 +149,7 @@ defined which accomplish this:
|
||||||
void smp_mb__before_atomic_dec(void);
|
void smp_mb__before_atomic_dec(void);
|
||||||
void smp_mb__after_atomic_dec(void);
|
void smp_mb__after_atomic_dec(void);
|
||||||
void smp_mb__before_atomic_inc(void);
|
void smp_mb__before_atomic_inc(void);
|
||||||
void smp_mb__after_atomic_dec(void);
|
void smp_mb__after_atomic_inc(void);
|
||||||
|
|
||||||
For example, smp_mb__before_atomic_dec() can be used like so:
|
For example, smp_mb__before_atomic_dec() can be used like so:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue