projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814f75e
)
Fix comment typo in percpu.h
author
Justin P. Mattock
<justinmattock@gmail.com>
Mon, 19 Apr 2010 18:51:16 +0000
(11:51 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 20 Apr 2010 14:38:03 +0000
(16:38 +0200)
Fix a typo in arch/x86/include/asm/percpu.h
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/include/asm/percpu.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/percpu.h
b/arch/x86/include/asm/percpu.h
index 66a272dfd8b8aa0d5fcb788ace9bec17da31e236..9899afa0283e1e23bcaa197c583e74b502cd01f0 100644
(file)
--- a/
arch/x86/include/asm/percpu.h
+++ b/
arch/x86/include/asm/percpu.h
@@
-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 { \