aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cmpxchg_32.h
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2020-07-25 17:41:23 -0700
committerGravatar Ingo Molnar <mingo@kernel.org> 2020-07-26 12:47:22 +0200
commit8b9fd48eb73ec854c2877735e96c91127cc78a1d (patch)
treebd81fdb1b28f4cef93dd7830de91120b12c425f8 /arch/x86/include/asm/cmpxchg_32.h
parentx86: bootparam.h: Delete duplicated word (diff)
downloadlinux-8b9fd48eb73ec854c2877735e96c91127cc78a1d.tar.gz
linux-8b9fd48eb73ec854c2877735e96c91127cc78a1d.tar.bz2
linux-8b9fd48eb73ec854c2877735e96c91127cc78a1d.zip
x86: cmpxchg_32.h: Delete duplicated word
Delete the repeated word "you". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200726004124.20618-3-rdunlap@infradead.org
Diffstat (limited to 'arch/x86/include/asm/cmpxchg_32.h')
-rw-r--r--arch/x86/include/asm/cmpxchg_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/cmpxchg_32.h b/arch/x86/include/asm/cmpxchg_32.h
index 1a2eafca7038..0a7fe0321613 100644
--- a/arch/x86/include/asm/cmpxchg_32.h
+++ b/arch/x86/include/asm/cmpxchg_32.h
@@ -3,7 +3,7 @@
#define _ASM_X86_CMPXCHG_32_H
/*
- * Note: if you use set64_bit(), __cmpxchg64(), or their variants, you
+ * Note: if you use set64_bit(), __cmpxchg64(), or their variants,
* you need to test for the feature in boot_cpu_data.
*/