[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220715044809.20572-1-wangborong@cdjrlc.com>
Date: Fri, 15 Jul 2022 12:48:09 +0800
From: Jason Wang <wangborong@...rlc.com>
To: mingo@...hat.com
Cc: tglx@...utronix.de, bp@...en8.de, dave.hansen@...ux.intel.com,
x86@...nel.org, hpa@...or.com, akpm@...ux-foundation.org,
mick@....forth.gr, kirill.shtuemov@...ux.intel.com,
david@...hat.com, rppt@...nel.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] x86: Fix comment typo
The double `with' is duplicated in line 39, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/x86/kernel/aperture_64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/aperture_64.c b/arch/x86/kernel/aperture_64.c
index 7a5630d904b2..4feaa670d578 100644
--- a/arch/x86/kernel/aperture_64.c
+++ b/arch/x86/kernel/aperture_64.c
@@ -36,7 +36,7 @@
/*
* Using 512M as goal, in case kexec will load kernel_big
* that will do the on-position decompress, and could overlap with
- * with the gart aperture that is used.
+ * the gart aperture that is used.
* Sequence:
* kernel_small
* ==> kexec (with kdump trigger path or gart still enabled)
--
2.35.1
Powered by blists - more mailing lists