[tip: x86/cleanups] x86: cmpxchg_32.h: Delete duplicated word

From: tip-bot2 for Randy Dunlap
Date: Sun Jul 26 2020 - 06:50:52 EST


The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID: 8b9fd48eb73ec854c2877735e96c91127cc78a1d
Gitweb: https://git.kernel.org/tip/8b9fd48eb73ec854c2877735e96c91127cc78a1d
Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
AuthorDate: Sat, 25 Jul 2020 17:41:23 -07:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00

x86: cmpxchg_32.h: Delete duplicated word

Delete the repeated word "you".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
Link: https://lore.kernel.org/r/20200726004124.20618-3-rdunlap@xxxxxxxxxxxxx
---
arch/x86/include/asm/cmpxchg_32.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/cmpxchg_32.h b/arch/x86/include/asm/cmpxchg_32.h
index 1a2eafc..0a7fe03 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.
*/