diff --git a/[refs] b/[refs] index 1ba2dd48523a..eed7590d3664 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9dcbb32f1654e79c212c20d9cd9d48509ee1eaf7 +refs/heads/master: 207f36eec9e7b1077d7a0aaadb4800e2c9b4cfa4 diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index 3974fd81d27c..c5823c395f71 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -335,7 +335,7 @@ static inline void free_pages_check(const char *function, struct page *page) /* * Frees a list of pages. * Assumes all pages on list are in same zone, and of same order. - * count is the number of pages to free, or 0 for all on the list. + * count is the number of pages to free. * * If the zone was previously in an "all pages pinned" state then look to * see if this freeing clears that state.