diff options
author | Bo Liu <liubo03@inspur.com> | 2022-05-27 08:14:00 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2022-05-27 12:15:39 +0200 |
commit | f7081834b2d5bbc77d67073d8ab490bfeaf3c13b (patch) | |
tree | b535c2b929a6a86b4f9cd5643f1dd7aa60668dfd /arch/x86/platform | |
parent | x86/idt: Remove unused headers (diff) | |
download | linux-f7081834b2d5bbc77d67073d8ab490bfeaf3c13b.tar.xz linux-f7081834b2d5bbc77d67073d8ab490bfeaf3c13b.zip |
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
Diffstat (limited to 'arch/x86/platform')
-rw-r--r-- | arch/x86/platform/efi/efi_thunk_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi_thunk_64.S b/arch/x86/platform/efi/efi_thunk_64.S index 854dd81804b7..9ffe2bad27d5 100644 --- a/arch/x86/platform/efi/efi_thunk_64.S +++ b/arch/x86/platform/efi/efi_thunk_64.S @@ -8,7 +8,7 @@ * The below thunking functions are only used after ExitBootServices() * has been called. This simplifies things considerably as compared with * the early EFI thunking because we can leave all the kernel state - * intact (GDT, IDT, etc) and simply invoke the the 32-bit EFI runtime + * intact (GDT, IDT, etc) and simply invoke the 32-bit EFI runtime * services from __KERNEL32_CS. This means we can continue to service * interrupts across an EFI mixed mode call. * |