Skip to content

Commit f708183

Browse files
Bo LiuIngo Molnar
authored andcommitted
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Paolo Bonzini <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 20eb488 commit f708183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/x86/kvm/vmx/vmx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6221,7 +6221,7 @@ static noinstr void vmx_l1d_flush(struct kvm_vcpu *vcpu)
62216221
int size = PAGE_SIZE << L1D_CACHE_ORDER;
62226222

62236223
/*
6224-
* This code is only executed when the the flush mode is 'cond' or
6224+
* This code is only executed when the flush mode is 'cond' or
62256225
* 'always'
62266226
*/
62276227
if (static_branch_likely(&vmx_l1d_flush_cond)) {

arch/x86/kvm/x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11855,7 +11855,7 @@ void kvm_arch_destroy_vm(struct kvm *kvm)
1185511855
if (current->mm == kvm->mm) {
1185611856
/*
1185711857
* Free memory regions allocated on behalf of userspace,
11858-
* unless the the memory map has changed due to process exit
11858+
* unless the memory map has changed due to process exit
1185911859
* or fd copying.
1186011860
*/
1186111861
mutex_lock(&kvm->slots_lock);

arch/x86/platform/efi/efi_thunk_64.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* The below thunking functions are only used after ExitBootServices()
99
* has been called. This simplifies things considerably as compared with
1010
* 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
11+
* intact (GDT, IDT, etc) and simply invoke the 32-bit EFI runtime
1212
* services from __KERNEL32_CS. This means we can continue to service
1313
* interrupts across an EFI mixed mode call.
1414
*

0 commit comments

Comments
 (0)