[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210906140256.113860-1-wangborong@cdjrlc.com>
Date: Mon, 6 Sep 2021 22:02:56 +0800
From: Jason Wang <wangborong@...rlc.com>
To: linux@...linux.org.uk
Cc: linus.walleij@...aro.org, rmk+kernel@...linux.org.uk,
yanfei.xu@...driver.com, ardb@...nel.org, rppt@...nel.org,
carver4lio@....com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] ARM: Fix typo in a comment
s/there there/there/
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/arm/mm/mmu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index a4e006005107..74a940f7b5f8 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -1266,7 +1266,7 @@ static __init void prepare_page_table(void)
/*
* Skip over the KASan shadow area. KASAN_SHADOW_END is sometimes
* equal to MODULES_VADDR and then we exit the pmd clearing. If we
- * are using a thumb-compiled kernel, there there will be 8MB more
+ * are using a thumb-compiled kernel, there will be 8MB more
* to clear as KASan always offset to 16 MB below MODULES_VADDR.
*/
for (addr = KASAN_SHADOW_END; addr < MODULES_VADDR; addr += PMD_SIZE)
--
2.33.0
Powered by blists - more mailing lists