diff options
-rw-r--r-- | mm/page_poison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_poison.c b/mm/page_poison.c index 21d4f97cb49b..34b9181ee5d1 100644 --- a/mm/page_poison.c +++ b/mm/page_poison.c | |||
@@ -101,7 +101,7 @@ static void unpoison_page(struct page *page) | |||
101 | /* | 101 | /* |
102 | * Page poisoning when enabled poisons each and every page | 102 | * Page poisoning when enabled poisons each and every page |
103 | * that is freed to buddy. Thus no extra check is done to | 103 | * that is freed to buddy. Thus no extra check is done to |
104 | * see if a page was posioned. | 104 | * see if a page was poisoned. |
105 | */ | 105 | */ |
106 | check_poison_mem(addr, PAGE_SIZE); | 106 | check_poison_mem(addr, PAGE_SIZE); |
107 | kunmap_atomic(addr); | 107 | kunmap_atomic(addr); |