diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-07-15 12:48:09 +0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-08-15 19:17:52 +0200 |
commit | 3163600cab67ffd276a3bb97891404c59c8595a4 (patch) | |
tree | 6ae246cbc91ff16079bb5d8f62e101d4076a2b65 /arch/x86/kernel/aperture_64.c | |
parent | 039f0e054a29d06970892240d70143150d2aaec2 (diff) | |
download | linux-3163600cab67ffd276a3bb97891404c59c8595a4.tar.gz |
x86: Fix various duplicate-word comment typos
[ mingo: Consolidated 4 very similar patches into one, it's silly to spread this out. ]
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220715044809.20572-1-wangborong@cdjrlc.com
Diffstat (limited to 'arch/x86/kernel/aperture_64.c')
-rw-r--r-- | arch/x86/kernel/aperture_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |