[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220831062708.10239-1-yuanjilin@cdjrlc.com>
Date: Wed, 31 Aug 2022 14:27:08 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: f.fainelli@...il.com, bcm-kernel-feedback-list@...adcom.com,
linux@...linux.org.uk
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] ARM: mm: fix repeated words in comments
Delete the redundant word 'there'.
Delete the redundant word 'as'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
arch/arm/mm/cache-b15-rac.c | 2 +-
arch/arm/mm/mmu.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mm/cache-b15-rac.c b/arch/arm/mm/cache-b15-rac.c
index 9c1172f26885..b7cb31bda8ab 100644
--- a/arch/arm/mm/cache-b15-rac.c
+++ b/arch/arm/mm/cache-b15-rac.c
@@ -203,7 +203,7 @@ static struct notifier_block b15_rac_reboot_nb = {
* set RAC_ENABLED
* However, there is no hotplug activity based on the Linux booting procedure.
*
- * Since we have to disable RAC for all cores, we keep RAC on as long as as
+ * Since we have to disable RAC for all cores, we keep RAC on as long as
* possible (disable it as late as possible) to gain the cache benefit.
*
* Thus, dying/dead states are chosen here
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index a49f0b9c0f75..1207d431e1b4 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -1301,7 +1301,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.36.1
Powered by blists - more mailing lists