From: tip-bot for Takuya Yamamoto <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de,
tkyymmt01@gmail.com, mingo@kernel.org
Subject: [tip:x86/mm] x86/mm: Fix typo in comment
Date: Wed, 3 Oct 2018 07:18:50 -0700 [thread overview]
Message-ID: <tip-b3541fbc3c25bf2ba6d03a450c07f824e318f9b9@git.kernel.org> (raw)
In-Reply-To: <20180829072730.988-1-tkyymmt01@gmail.com>
Commit-ID: b3541fbc3c25bf2ba6d03a450c07f824e318f9b9
Gitweb: https://git.kernel.org/tip/b3541fbc3c25bf2ba6d03a450c07f824e318f9b9
Author: Takuya Yamamoto <tkyymmt01@gmail.com>
AuthorDate: Wed, 29 Aug 2018 16:27:30 +0900
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 3 Oct 2018 16:14:05 +0200
x86/mm: Fix typo in comment
Signed-off-by: Takuya Yamamoto <tkyymmt01@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20180829072730.988-1-tkyymmt01@gmail.com
---
arch/x86/mm/extable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/mm/extable.c b/arch/x86/mm/extable.c
index 45f5d6cf65ae..9ceb940334cd 100644
--- a/arch/x86/mm/extable.c
+++ b/arch/x86/mm/extable.c
@@ -230,7 +230,7 @@ void __init early_fixup_exception(struct pt_regs *regs, int trapnr)
* result in a hard-to-debug panic.
*
* Keep in mind that not all vectors actually get here. Early
- * fage faults, for example, are special.
+ * page faults, for example, are special.
*/
if (fixup_exception(regs, trapnr))
return;
prev parent reply other threads:[~2018-10-03 14:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-29 7:27 [PATCH] x86/mm: Fix typo in arch/x86/mm/extable.c Takuya Yamamoto
2018-10-03 14:18 ` tip-bot for Takuya Yamamoto [this message]
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=tip-b3541fbc3c25bf2ba6d03a450c07f824e318f9b9@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
--cc=tkyymmt01@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
Powered by JetHome