Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{