mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/mm: Fix typo in arch/x86/mm/extable.c
@ 2018-08-29  7:27 Takuya Yamamoto
  2018-10-03 14:18 ` [tip:x86/mm] x86/mm: Fix typo in comment tip-bot for Takuya Yamamoto
  0 siblings, 1 reply; 2+ messages in thread
From: Takuya Yamamoto @ 2018-08-29  7:27 UTC (permalink / raw)
  To: tglx; +Cc: mingo, linux-kernel

Signed-off-by: Takuya Yamamoto <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;
-- 
2.18.0


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

* [tip:x86/mm] x86/mm: Fix typo in comment
  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
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Takuya Yamamoto @ 2018-10-03 14:18 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: hpa, linux-kernel, tglx, tkyymmt01, mingo

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;

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

end of thread, other threads:[~2018-10-03 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29  7:27 [PATCH] x86/mm: Fix typo in arch/x86/mm/extable.c Takuya Yamamoto
2018-10-03 14:18 ` [tip:x86/mm] x86/mm: Fix typo in comment tip-bot for Takuya Yamamoto

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