From: Andrew Kreimer <algonell@gmail.com>
To: Russell King <linux@armlinux.org.uk>,
Russell King <rmk+kernel@armlinux.org.uk>,
Linus Walleij <linus.walleij@linaro.org>,
Andrew Morton <akpm@linux-foundation.org>,
Jason Gunthorpe <jgg@ziepe.ca>,
Sami Tolvanen <samitolvanen@google.com>,
Peter Xu <peterx@redhat.com>,
Kefeng Wang <wangkefeng.wang@huawei.com>,
Randy Dunlap <rdunlap@infradead.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
Andrew Kreimer <algonell@gmail.com>,
Matthew Wilcox <willy@infradead.org>
Subject: [PATCH] arm/mm: fix typos
Date: Mon, 9 Sep 2024 13:28:51 +0300 [thread overview]
Message-ID: <20240909102907.9187-1-algonell@gmail.com> (raw)
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
next reply other threads:[~2024-09-09 10:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 10:28 Andrew Kreimer [this message]
2024-09-09 10:46 ` [PATCH] arm/mm: fix typos Dev Jain
2024-09-11 8:26 ` Linus Walleij
2024-09-17 16:20 ` Russell King (Oracle)
2024-09-18 8:15 ` Andrew Kreimer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240909102907.9187-1-algonell@gmail.com \
--to=algonell@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=jgg@ziepe.ca \
--cc=kernel-janitors@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=peterx@redhat.com \
--cc=rdunlap@infradead.org \
--cc=rmk+kernel@armlinux.org.uk \
--cc=samitolvanen@google.com \
--cc=wangkefeng.wang@huawei.com \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).