linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: mm: typo: fix a typo in a comment line
@ 2018-03-07  4:32 Seunghun Han
  2018-03-08 11:39 ` [tip:x86/pti] x86/pti: Fix a comment typo tip-bot for Seunghun Han
  0 siblings, 1 reply; 2+ messages in thread
From: Seunghun Han @ 2018-03-07  4:32 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar; +Cc: linux-kernel, x86, Seunghun Han

Fix a typo in a comment line of pti.c.

Signed-off-by: Seunghun Han <kkamagui@gmail.com>
---
 arch/x86/mm/pti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/pti.c b/arch/x86/mm/pti.c
index ce38f16..631507f 100644
--- a/arch/x86/mm/pti.c
+++ b/arch/x86/mm/pti.c
@@ -332,7 +332,7 @@ static void __init pti_clone_user_shared(void)
 }
 
 /*
- * Clone the ESPFIX P4D into the user space visinble page table
+ * Clone the ESPFIX P4D into the user space visible page table
  */
 static void __init pti_setup_espfix64(void)
 {
-- 
2.1.4

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

* [tip:x86/pti] x86/pti: Fix a comment typo
  2018-03-07  4:32 [PATCH] x86: mm: typo: fix a typo in a comment line Seunghun Han
@ 2018-03-08 11:39 ` tip-bot for Seunghun Han
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Seunghun Han @ 2018-03-08 11:39 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, tglx, mingo, kkamagui

Commit-ID:  c5b679f5c9e3851ee118d95961def374bb3b4ce6
Gitweb:     https://git.kernel.org/tip/c5b679f5c9e3851ee118d95961def374bb3b4ce6
Author:     Seunghun Han <kkamagui@gmail.com>
AuthorDate: Wed, 7 Mar 2018 13:32:15 +0900
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 8 Mar 2018 12:33:21 +0100

x86/pti: Fix a comment typo

s/visinble/visible/

Signed-off-by: Seunghun Han <kkamagui@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1520397135-132809-1-git-send-email-kkamagui@gmail.com

---
 arch/x86/mm/pti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/pti.c b/arch/x86/mm/pti.c
index ce38f165489b..631507f0c198 100644
--- a/arch/x86/mm/pti.c
+++ b/arch/x86/mm/pti.c
@@ -332,7 +332,7 @@ static void __init pti_clone_user_shared(void)
 }
 
 /*
- * Clone the ESPFIX P4D into the user space visinble page table
+ * Clone the ESPFIX P4D into the user space visible page table
  */
 static void __init pti_setup_espfix64(void)
 {

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

end of thread, other threads:[~2018-03-08 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07  4:32 [PATCH] x86: mm: typo: fix a typo in a comment line Seunghun Han
2018-03-08 11:39 ` [tip:x86/pti] x86/pti: Fix a comment typo tip-bot for Seunghun Han

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).