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

Commit 40f0a5d0 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina
Browse files

Fix comment typo in percpu.h



Fix a typo in arch/x86/include/asm/percpu.h

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 814f75ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ do { \

/*
 * Generate a percpu add to memory instruction and optimize code
 * if a one is added or subtracted.
 * if one is added or subtracted.
 */
#define percpu_add_op(var, val)						\
do {									\