Skip to content

Commit 0429993

Browse files
Yang Liakpm00
authored andcommitted
mm/page_isolation.c: fix one kernel-doc comment
Remove one warning found by running scripts/kernel-doc, which is caused by using 'make W=1': mm/page_isolation.c:304: warning: Function parameter or member 'skip_isolation' not described in 'isolate_single_pageblock' Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Yang Li <[email protected]> Reported-by: Abaci Robot <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent b13bacc commit 0429993

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mm/page_isolation.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ __first_valid_page(unsigned long pfn, unsigned long nr_pages)
286286
* @flags: isolation flags
287287
* @gfp_flags: GFP flags used for migrating pages
288288
* @isolate_before: isolate the pageblock before the boundary_pfn
289+
* @skip_isolation: the flag to skip the pageblock isolation in second
290+
* isolate_single_pageblock()
289291
*
290292
* Free and in-use pages can be as big as MAX_ORDER-1 and contain more than one
291293
* pageblock. When not all pageblocks within a page are isolated at the same

0 commit comments

Comments
 (0)