mm/page_poison.c: fix a typo in a comment
s/posioned/poisoned/ Link: http://lkml.kernel.org/r/20190721180908.6534-1-christophe.jaillet@wanadoo.fr Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b92a953cb7
commit
dbf7684e29
|
@ -101,7 +101,7 @@ static void unpoison_page(struct page *page)
|
||||||
/*
|
/*
|
||||||
* Page poisoning when enabled poisons each and every page
|
* Page poisoning when enabled poisons each and every page
|
||||||
* that is freed to buddy. Thus no extra check is done to
|
* that is freed to buddy. Thus no extra check is done to
|
||||||
* see if a page was posioned.
|
* see if a page was poisoned.
|
||||||
*/
|
*/
|
||||||
check_poison_mem(addr, PAGE_SIZE);
|
check_poison_mem(addr, PAGE_SIZE);
|
||||||
kunmap_atomic(addr);
|
kunmap_atomic(addr);
|
||||||
|
|
Loading…
Reference in New Issue