x86: Fix all occurences of the "the the" typo

Rather than waiting for the bots to fix these one-by-one,
fix all occurences of "the the" throughout arch/x86.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/20220527061400.5694-1-liubo03@inspur.com

authored by Bo Liu and committed by Ingo Molnar f7081834 20eb4888

+3 -3
+1 -1
arch/x86/kvm/vmx/vmx.c
··· 6221 int size = PAGE_SIZE << L1D_CACHE_ORDER; 6222 6223 /* 6224 - * This code is only executed when the the flush mode is 'cond' or 6225 * 'always' 6226 */ 6227 if (static_branch_likely(&vmx_l1d_flush_cond)) {
··· 6221 int size = PAGE_SIZE << L1D_CACHE_ORDER; 6222 6223 /* 6224 + * This code is only executed when the flush mode is 'cond' or 6225 * 'always' 6226 */ 6227 if (static_branch_likely(&vmx_l1d_flush_cond)) {
+1 -1
arch/x86/kvm/x86.c
··· 11855 if (current->mm == kvm->mm) { 11856 /* 11857 * Free memory regions allocated on behalf of userspace, 11858 - * unless the the memory map has changed due to process exit 11859 * or fd copying. 11860 */ 11861 mutex_lock(&kvm->slots_lock);
··· 11855 if (current->mm == kvm->mm) { 11856 /* 11857 * Free memory regions allocated on behalf of userspace, 11858 + * unless the memory map has changed due to process exit 11859 * or fd copying. 11860 */ 11861 mutex_lock(&kvm->slots_lock);
+1 -1
arch/x86/platform/efi/efi_thunk_64.S
··· 8 * The below thunking functions are only used after ExitBootServices() 9 * has been called. This simplifies things considerably as compared with 10 * the early EFI thunking because we can leave all the kernel state 11 - * intact (GDT, IDT, etc) and simply invoke the the 32-bit EFI runtime 12 * services from __KERNEL32_CS. This means we can continue to service 13 * interrupts across an EFI mixed mode call. 14 *
··· 8 * The below thunking functions are only used after ExitBootServices() 9 * has been called. This simplifies things considerably as compared with 10 * the early EFI thunking because we can leave all the kernel state 11 + * intact (GDT, IDT, etc) and simply invoke the 32-bit EFI runtime 12 * services from __KERNEL32_CS. This means we can continue to service 13 * interrupts across an EFI mixed mode call. 14 *