linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/mm: fix typos
@ 2024-09-09 10:28 Andrew Kreimer
  2024-09-09 10:46 ` Dev Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrew Kreimer @ 2024-09-09 10:28 UTC (permalink / raw)
  To: Russell King, Russell King, Linus Walleij, Andrew Morton,
	Jason Gunthorpe, Sami Tolvanen, Peter Xu, Kefeng Wang,
	Randy Dunlap
  Cc: linux-arm-kernel, linux-kernel, kernel-janitors, Andrew Kreimer,
	Matthew Wilcox

Fix typos in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 arch/arm/mm/kasan_init.c | 2 +-
 arch/arm/mm/pmsa-v7.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mm/kasan_init.c b/arch/arm/mm/kasan_init.c
index 111d4f703136..b394b14838c3 100644
--- a/arch/arm/mm/kasan_init.c
+++ b/arch/arm/mm/kasan_init.c
@@ -215,7 +215,7 @@ void __init kasan_init(void)
 	/*
 	 * We are going to perform proper setup of shadow memory.
 	 *
-	 * At first we should unmap early shadow (clear_pgds() call bellow).
+	 * At first we should unmap early shadow (clear_pgds() call below).
 	 * However, instrumented code can't execute without shadow memory.
 	 *
 	 * To keep the early shadow memory MMU tables around while setting up
diff --git a/arch/arm/mm/pmsa-v7.c b/arch/arm/mm/pmsa-v7.c
index 59d916ccdf25..4844ae40d4bc 100644
--- a/arch/arm/mm/pmsa-v7.c
+++ b/arch/arm/mm/pmsa-v7.c
@@ -434,7 +434,7 @@ void __init pmsav7_setup(void)
 		/*
                  * In case we overwrite RAM region we set earlier in
                  * head-nommu.S (which is cachable) all subsequent
-                 * data access till we setup RAM bellow would be done
+                 * data access till we setup RAM below would be done
                  * with BG region (which is uncachable), thus we need
                  * to clean and invalidate cache.
 		 */
-- 
2.46.0



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

* Re: [PATCH] arm/mm: fix typos
  2024-09-09 10:28 [PATCH] arm/mm: fix typos Andrew Kreimer
@ 2024-09-09 10:46 ` Dev Jain
  2024-09-11  8:26 ` Linus Walleij
  2024-09-17 16:20 ` Russell King (Oracle)
  2 siblings, 0 replies; 5+ messages in thread
From: Dev Jain @ 2024-09-09 10:46 UTC (permalink / raw)
  To: Andrew Kreimer, Russell King, Russell King, Linus Walleij,
	Andrew Morton, Jason Gunthorpe, Sami Tolvanen, Peter Xu,
	Kefeng Wang, Randy Dunlap
  Cc: linux-arm-kernel, linux-kernel, kernel-janitors, Matthew Wilcox


On 9/9/24 15:58, Andrew Kreimer wrote:
> Fix typos in comments.
>
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>

Reviewed-by: Dev Jain <dev.jain@arm.com>



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

* Re: [PATCH] arm/mm: fix typos
  2024-09-09 10:28 [PATCH] arm/mm: fix typos Andrew Kreimer
  2024-09-09 10:46 ` Dev Jain
@ 2024-09-11  8:26 ` Linus Walleij
  2024-09-17 16:20 ` Russell King (Oracle)
  2 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2024-09-11  8:26 UTC (permalink / raw)
  To: Andrew Kreimer
  Cc: Russell King, Russell King, Andrew Morton, Jason Gunthorpe,
	Sami Tolvanen, Peter Xu, Kefeng Wang, Randy Dunlap,
	linux-arm-kernel, linux-kernel, kernel-janitors, Matthew Wilcox

On Mon, Sep 9, 2024 at 12:29 PM Andrew Kreimer <algonell@gmail.com> wrote:

> Fix typos in comments.
>
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>

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

Yours,
Linus Walleij


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

* Re: [PATCH] arm/mm: fix typos
  2024-09-09 10:28 [PATCH] arm/mm: fix typos Andrew Kreimer
  2024-09-09 10:46 ` Dev Jain
  2024-09-11  8:26 ` Linus Walleij
@ 2024-09-17 16:20 ` Russell King (Oracle)
  2024-09-18  8:15   ` Andrew Kreimer
  2 siblings, 1 reply; 5+ messages in thread
From: Russell King (Oracle) @ 2024-09-17 16:20 UTC (permalink / raw)
  To: Andrew Kreimer
  Cc: Linus Walleij, Andrew Morton, Jason Gunthorpe, Sami Tolvanen,
	Peter Xu, Kefeng Wang, Randy Dunlap, linux-arm-kernel,
	linux-kernel, kernel-janitors, Matthew Wilcox

On Mon, Sep 09, 2024 at 01:28:51PM +0300, Andrew Kreimer wrote:
> Fix typos in comments.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>

Not sure who's picking this up, but if the intention is for me, then
please make sure it finds its way to the patch system. One way to do
this is:

$ kvsn=$(git describe --abbrev=0 ...commit...)
$ git send-email --cc=patches@armlinux.org.uk \
	--add-header="KernelVersion: $kvsn" \
	...

Thanks.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!


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

* Re: [PATCH] arm/mm: fix typos
  2024-09-17 16:20 ` Russell King (Oracle)
@ 2024-09-18  8:15   ` Andrew Kreimer
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Kreimer @ 2024-09-18  8:15 UTC (permalink / raw)
  To: Russell King (Oracle)
  Cc: Linus Walleij, Andrew Morton, Jason Gunthorpe, Sami Tolvanen,
	Peter Xu, Kefeng Wang, Randy Dunlap, linux-arm-kernel,
	linux-kernel, kernel-janitors, Matthew Wilcox

On Tue, Sep 17, 2024 at 05:20:18PM +0100, Russell King (Oracle) wrote:
> On Mon, Sep 09, 2024 at 01:28:51PM +0300, Andrew Kreimer wrote:
> > Fix typos in comments.
> > 
> > Reported-by: Matthew Wilcox <willy@infradead.org>
> > Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> 
> Not sure who's picking this up, but if the intention is for me, then
> please make sure it finds its way to the patch system. One way to do
> this is:
> 
> $ kvsn=$(git describe --abbrev=0 ...commit...)
> $ git send-email --cc=patches@armlinux.org.uk \
> 	--add-header="KernelVersion: $kvsn" \
> 	...
> 
> Thanks.
> 

Noted.
> -- 
> RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
> FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!


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

end of thread, other threads:[~2024-09-18  8:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 10:28 [PATCH] arm/mm: fix typos Andrew Kreimer
2024-09-09 10:46 ` Dev Jain
2024-09-11  8:26 ` Linus Walleij
2024-09-17 16:20 ` Russell King (Oracle)
2024-09-18  8:15   ` Andrew Kreimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).