Skip to content

Commit e6a0a7a

Browse files
rddunlaptorvalds
authored andcommitted
mm/page_alloc.c: fix kernel-doc warning
Add description of function parameter 'mt' to fix kernel-doc warning: mm/page_alloc.c:3246: warning: Function parameter or member 'mt' not described in '__putback_isolated_page' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Pankaj Gupta <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 2370ae4 commit e6a0a7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mm/page_alloc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,6 +3224,7 @@ int __isolate_free_page(struct page *page, unsigned int order)
32243224
* __putback_isolated_page - Return a now-isolated page back where we got it
32253225
* @page: Page that was isolated
32263226
* @order: Order of the isolated page
3227+
* @mt: The page's pageblock's migratetype
32273228
*
32283229
* This function is meant to return a page pulled from the free lists via
32293230
* __isolate_free_page back to the free lists they were pulled from.

0 commit comments

Comments
 (0)