Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f5281ae authored by Li Zhong's avatar Li Zhong Committed by Jiri Kosina
Browse files

x86 cmpxchg.h: fix wrong comment



Signed-off-by: default avatarLi Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b23f7a09
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ extern void __add_wrong_size(void)


/* 
/* 
 * An exchange-type operation, which takes a value and a pointer, and
 * An exchange-type operation, which takes a value and a pointer, and
 * returns a the old value.
 * returns the old value.
 */
 */
#define __xchg_op(ptr, arg, op, lock)					\
#define __xchg_op(ptr, arg, op, lock)					\
	({								\
	({								\