Commit 55a4462af5722d2814858bc51ee8d58ca29544ab
Committed by
Linus Torvalds
1 parent
abfc348811
Exists in
master
and in
39 other branches
page_alloc: fix kernel-doc warning
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 <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
mm/page_alloc.c
... | ... | @@ -4541,7 +4541,7 @@ |
4541 | 4541 | calculate_totalreserve_pages(); |
4542 | 4542 | } |
4543 | 4543 | |
4544 | -/** | |
4544 | +/* | |
4545 | 4545 | * The inactive anon list should be small enough that the VM never has to |
4546 | 4546 | * do too much work, but large enough that each inactive page has a chance |
4547 | 4547 | * to be referenced again before it is swapped out. |