All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Fix typo in a comment
@ 2021-09-06 14:02 ` Jason Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2021-09-06 14:02 UTC (permalink / raw)
  To: linux
  Cc: linus.walleij, rmk+kernel, yanfei.xu, ardb, rppt, carver4lio,
	linux-arm-kernel, linux-kernel, Jason Wang

s/there there/there/

Signed-off-by: Jason Wang <wangborong@cdjrlc.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: Fix typo in a comment
@ 2021-09-06 14:02 ` Jason Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2021-09-06 14:02 UTC (permalink / raw)
  To: linux
  Cc: linus.walleij, rmk+kernel, yanfei.xu, ardb, rppt, carver4lio,
	linux-arm-kernel, linux-kernel, Jason Wang

s/there there/there/

Signed-off-by: Jason Wang <wangborong@cdjrlc.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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: Fix typo in a comment
  2021-09-06 14:02 ` Jason Wang
@ 2021-09-14 21:33   ` Linus Walleij
  -1 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-09-14 21:33 UTC (permalink / raw)
  To: Jason Wang
  Cc: Russell King, Russell King, Yanfei Xu, Ard Biesheuvel,
	Mike Rapoport, Hailong liu, Linux ARM, linux-kernel

On Mon, Sep 6, 2021 at 4:04 PM Jason Wang <wangborong@cdjrlc.com> wrote:

> s/there there/there/
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Please put this patch into Russell's patch tracker.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: Fix typo in a comment
@ 2021-09-14 21:33   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-09-14 21:33 UTC (permalink / raw)
  To: Jason Wang
  Cc: Russell King, Russell King, Yanfei Xu, Ard Biesheuvel,
	Mike Rapoport, Hailong liu, Linux ARM, linux-kernel

On Mon, Sep 6, 2021 at 4:04 PM Jason Wang <wangborong@cdjrlc.com> wrote:

> s/there there/there/
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Please put this patch into Russell's patch tracker.

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-14 21:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 14:02 [PATCH] ARM: Fix typo in a comment Jason Wang
2021-09-06 14:02 ` Jason Wang
2021-09-14 21:33 ` Linus Walleij
2021-09-14 21:33   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.