projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd8176e
)
Fix comment typo for init_cma_reserved_pageblock
author
Li Zhong
<zhong@linux.vnet.ibm.com>
Fri, 23 Aug 2013 05:52:52 +0000
(13:52 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 27 Aug 2013 08:58:04 +0000
(10:58 +0200)
It seems the "it's" should be "its" here.
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index b100255dedda6e48c9cba2d15bc1163b36292a3c..c2b59dbda196dcaaffcd44f367143e3e83a15c0f 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-768,7
+768,7
@@
void __init __free_pages_bootmem(struct page *page, unsigned int order)
}
#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)
{
unsigned i = pageblock_nr_pages;