diff mbox series

x86/efi: Remove a repeated word in a comment

Message ID 20211113032826.57606-1-wangborong@cdjrlc.com (mailing list archive)
State Deferred, archived
Headers show
Series x86/efi: Remove a repeated word in a comment | expand

Commit Message

Jason Wang Nov. 13, 2021, 3:28 a.m. UTC
The repeated word `there' in a comment is redundant, thus
one of them was removed from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/x86/platform/efi/efi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index 147c30a81f15..2a970fb27744 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -189,7 +189,7 @@  static void __init do_add_efi_memmap(void)
 }
 
 /*
- * Given add_efi_memmap defaults to 0 and there there is no alternative
+ * Given add_efi_memmap defaults to 0 and there is no alternative
  * e820 mechanism for soft-reserved memory, import the full EFI memory
  * map if soft reservations are present and enabled. Otherwise, the
  * mechanism to disable the kernel's consideration of EFI_MEMORY_SP is