From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: rppt@kernel.org, akpm@linux-foundation.org,
unixbhaskar@gmail.com, deller@gmx.de, shorne@gmail.com,
anshuman.khandual@arm.com, jrtc27@jrtc27.com,
linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: rdunlap@infradead.org
Subject: [PATCH] ia64: include: asm: Minor typo fixes in the file pgtable.h
Date: Sat, 13 Mar 2021 04:58:37 +0000 [thread overview]
Message-ID: <20210313045519.9310-1-unixbhaskar@gmail.com> (raw)
s/migraton/migration/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
arch/ia64/include/asm/pgtable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/ia64/include/asm/pgtable.h b/arch/ia64/include/asm/pgtable.h
index 9b4efe89e62d..00a76ed7e018 100644
--- a/arch/ia64/include/asm/pgtable.h
+++ b/arch/ia64/include/asm/pgtable.h
@@ -328,7 +328,7 @@ extern void __ia64_sync_icache_dcache(pte_t pteval);
static inline void set_pte(pte_t *ptep, pte_t pteval)
{
/* page is present && page is user && page is executable
- * && (page swapin or new page or page migraton
+ * && (page swapin or new page or page migration
* || copy_on_write with page copying.)
*/
if (pte_present_exec_user(pteval) &&
--
2.26.2
next reply other threads:[~2021-03-13 4:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 4:58 Bhaskar Chowdhury [this message]
2021-03-13 4:59 ` [PATCH] ia64: include: asm: Minor typo fixes in the file pgtable.h Randy Dunlap
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=20210313045519.9310-1-unixbhaskar@gmail.com \
--to=unixbhaskar@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=anshuman.khandual@arm.com \
--cc=deller@gmx.de \
--cc=jrtc27@jrtc27.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=rppt@kernel.org \
--cc=shorne@gmail.com \
/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