Messages in this thread Patch in this message |  | | From | Randy Dunlap <> | Subject | [PATCH 2/3] x86: cmpxchg_32.h: delete duplicated word | Date | Sat, 25 Jul 2020 17:41:23 -0700 |
| |
Delete the repeated word "you".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: Borislav Petkov <bp@alien8.de> Cc: x86@kernel.org --- arch/x86/include/asm/cmpxchg_32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200720.orig/arch/x86/include/asm/cmpxchg_32.h +++ linux-next-20200720/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. */
|  |