Skip to content

Commit

Permalink
page_alloc: fix kernel-doc warning
Browse files Browse the repository at this point in the history
Ummark function as having kernel-doc notation, fixing the kernel-doc
warning.

Warning(mm/page_alloc.c:4519): No description found for parameter 'zone'

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Sep 22, 2009
1 parent abfc348 commit 55a4462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4541,7 +4541,7 @@ void setup_per_zone_wmarks(void)
calculate_totalreserve_pages();
}

/**
/*
* The inactive anon list should be small enough that the VM never has to
* do too much work, but large enough that each inactive page has a chance
* to be referenced again before it is swapped out.
Expand Down

0 comments on commit 55a4462

Please sign in to comment.