diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-09-21 20:01:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 10:17:26 -0400 |
commit | 55a4462af5722d2814858bc51ee8d58ca29544ab (patch) | |
tree | 617c2f3676a41507b7d6e4436dce0ce9b297ebc8 /mm/page_alloc.c | |
parent | abfc3488118d48a2b8cce5a2345901aac6b03fee (diff) |
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>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 7b4d4e4ea64f..91ae36c30330 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4541,7 +4541,7 @@ void setup_per_zone_wmarks(void) | |||
4541 | calculate_totalreserve_pages(); | 4541 | calculate_totalreserve_pages(); |
4542 | } | 4542 | } |
4543 | 4543 | ||
4544 | /** | 4544 | /* |
4545 | * The inactive anon list should be small enough that the VM never has to | 4545 | * The inactive anon list should be small enough that the VM never has to |
4546 | * do too much work, but large enough that each inactive page has a chance | 4546 | * do too much work, but large enough that each inactive page has a chance |
4547 | * to be referenced again before it is swapped out. | 4547 | * to be referenced again before it is swapped out. |