diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-05-01 07:34:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-01 11:03:59 -0400 |
commit | c85d194bfd2e36c5254b8058c1f35cfce0dfa10a (patch) | |
tree | 63c3862e412c4741bf6661f8dc70e91371aea875 /mm | |
parent | 5045790589bd426b5d515d78fa71f0fc92dd4e83 (diff) |
docbook: fix vmalloc missing parameter notation
Fix vmalloc kernel-doc warning:
Warning(linux-2.6.25-git14//mm/vmalloc.c:555): No description found for parameter 'caller'
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')
-rw-r--r-- | mm/vmalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 2a39cf128aba..6e45b0f3d125 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -547,6 +547,7 @@ void *__vmalloc_area(struct vm_struct *area, gfp_t gfp_mask, pgprot_t prot) | |||
547 | * @gfp_mask: flags for the page level allocator | 547 | * @gfp_mask: flags for the page level allocator |
548 | * @prot: protection mask for the allocated pages | 548 | * @prot: protection mask for the allocated pages |
549 | * @node: node to use for allocation or -1 | 549 | * @node: node to use for allocation or -1 |
550 | * @caller: caller's return address | ||
550 | * | 551 | * |
551 | * Allocate enough pages to cover @size from the page level | 552 | * Allocate enough pages to cover @size from the page level |
552 | * allocator with @gfp_mask flags. Map them into contiguous | 553 | * allocator with @gfp_mask flags. Map them into contiguous |