[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-8055039c2a2454c7159dcbde3161943b757a6e0e@git.kernel.org>
Date: Sun, 6 Dec 2009 09:16:10 GMT
From: tip-bot for Shaun Patterson <shaunpatterson@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
jkosina@...e.cz, shaunpatterson@...il.com, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:x86/urgent] x86: Fix typo in arch/x86/mm/kmmio.c
Commit-ID: 8055039c2a2454c7159dcbde3161943b757a6e0e
Gitweb: http://git.kernel.org/tip/8055039c2a2454c7159dcbde3161943b757a6e0e
Author: Shaun Patterson <shaunpatterson@...il.com>
AuthorDate: Sat, 5 Dec 2009 10:41:34 -0500
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Sun, 6 Dec 2009 09:23:40 +0100
x86: Fix typo in arch/x86/mm/kmmio.c
Signed-off-by: Shaun Patterson <shaunpatterson@...il.com>
Cc: Jiri Kosina <jkosina@...e.cz>
Cc: pq@....fi
LKML-Reference: <1260027694.10074.170.camel@...ux-4lgc.site>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/mm/kmmio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
index 16ccbd7..72f1572 100644
--- a/arch/x86/mm/kmmio.c
+++ b/arch/x86/mm/kmmio.c
@@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
* 2. remove_kmmio_fault_pages()
* Remove the pages from kmmio_page_table.
* 3. rcu_free_kmmio_fault_pages()
- * Actally free the kmmio_fault_page structs as with RCU.
+ * Actually free the kmmio_fault_page structs as with RCU.
*/
void unregister_kmmio_probe(struct kmmio_probe *p)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists