linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typo in a comment in arch/arm64/mm/kasan_init.c
@ 2018-10-04 16:06 Kyrylo Tkachov
  2018-10-05  9:29 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Kyrylo Tkachov @ 2018-10-04 16:06 UTC (permalink / raw)
  To: linux-arm-kernel

"bellow" -> "below"

The recommendation from kegel.com/kerspell is to only fix the howlers.
"Bellow" is a synonym of "howl" so this should be appropriate.

Signed-off-by: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
---
 arch/arm64/mm/kasan_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/mm/kasan_init.c b/arch/arm64/mm/kasan_init.c
index 12145874c02b..fccb1a6f8c6f 100644
--- a/arch/arm64/mm/kasan_init.c
+++ b/arch/arm64/mm/kasan_init.c
@@ -192,7 +192,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 couldn't execute without shadow memory.
 	 * tmp_pg_dir used to keep early shadow mapped until full shadow
 	 * setup will be finished.
-- 
2.19.0

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

* [PATCH] Fix typo in a comment in arch/arm64/mm/kasan_init.c
  2018-10-04 16:06 [PATCH] Fix typo in a comment in arch/arm64/mm/kasan_init.c Kyrylo Tkachov
@ 2018-10-05  9:29 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2018-10-05  9:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 04, 2018 at 05:06:46PM +0100, Kyrylo Tkachov wrote:
> "bellow" -> "below"
> 
> The recommendation from kegel.com/kerspell is to only fix the howlers.
> "Bellow" is a synonym of "howl" so this should be appropriate.
> 
> Signed-off-by: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
> ---
>  arch/arm64/mm/kasan_init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Catalin should be able to pick this up for 4.20.

Will

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

end of thread, other threads:[~2018-10-05  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-04 16:06 [PATCH] Fix typo in a comment in arch/arm64/mm/kasan_init.c Kyrylo Tkachov
2018-10-05  9:29 ` Will Deacon

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).