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

Commit 9cf510a5 authored by Li Zhong's avatar Li Zhong Committed by Jiri Kosina
Browse files

Fix comment typo for init_cma_reserved_pageblock



It seems the "it's" should be "its" here.

Signed-off-by: default avatarLi Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fd8176e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -768,7 +768,7 @@ void __init __free_pages_bootmem(struct page *page, unsigned int order)
}
}


#ifdef CONFIG_CMA
#ifdef CONFIG_CMA
/* Free whole pageblock and set it's migration type to MIGRATE_CMA. */
/* Free whole pageblock and set its migration type to MIGRATE_CMA. */
void __init init_cma_reserved_pageblock(struct page *page)
void __init init_cma_reserved_pageblock(struct page *page)
{
{
	unsigned i = pageblock_nr_pages;
	unsigned i = pageblock_nr_pages;