Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6825eaad authored by Kyrylo Tkachov's avatar Kyrylo Tkachov Committed by Alistair Delva
Browse files

UPSTREAM: arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.c



(Upstream commit 0293c8ba807c8611ea5503f9511029dd9082025a).

"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: default avatarKyrylo Tkachov <kyrylo.tkachov@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Bug: 128674696
Change-Id: I1c4a983d3d08ab1194ae541bfdaa7e5074ddea0e
Signed-off-by: default avatarAndrey Konovalov <andreyknvl@google.com>
parent 8b23dd9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.