diff options
author | Bo Liu <liubo03@inspur.com> | 2023-05-04 11:54:46 +0300 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-06-07 13:47:34 +0300 |
commit | 7e980867ced0037a65f588971b89769857b77aab (patch) | |
tree | 51fce085fe09456ceade3938ff6ec4a1454f16ab /arch/x86/mm/pat/set_memory.c | |
parent | b26d3d054de18f2334e06985e508083b2f32a101 (diff) | |
download | linux-7e980867ced0037a65f588971b89769857b77aab.tar.xz |
x86/mm: Remove repeated word in comments
Remove the repeated word "the" in comments.
Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230504085446.2574-1-liubo03@inspur.com
Diffstat (limited to 'arch/x86/mm/pat/set_memory.c')
-rw-r--r-- | arch/x86/mm/pat/set_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/pat/set_memory.c b/arch/x86/mm/pat/set_memory.c index 7159cf787613..b18fe0dceb5b 100644 --- a/arch/x86/mm/pat/set_memory.c +++ b/arch/x86/mm/pat/set_memory.c @@ -231,7 +231,7 @@ within_inclusive(unsigned long addr, unsigned long start, unsigned long end) * points to #2, but almost all physical-to-virtual translations point to #1. * * This is so that we can have both a directmap of all physical memory *and* - * take full advantage of the the limited (s32) immediate addressing range (2G) + * take full advantage of the limited (s32) immediate addressing range (2G) * of x86_64. * * See Documentation/arch/x86/x86_64/mm.rst for more detail. |