Commit 8055039c authored by Shaun Patterson's avatar Shaun Patterson Committed by Ingo Molnar

x86: Fix typo in arch/x86/mm/kmmio.c

Signed-off-by: default avatarShaun Patterson <shaunpatterson@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: pq@iki.fi
LKML-Reference: <1260027694.10074.170.camel@linux-4lgc.site>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4832ddda
...@@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head) ...@@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
* 2. remove_kmmio_fault_pages() * 2. remove_kmmio_fault_pages()
* Remove the pages from kmmio_page_table. * Remove the pages from kmmio_page_table.
* 3. rcu_free_kmmio_fault_pages() * 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) void unregister_kmmio_probe(struct kmmio_probe *p)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment