diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2005-11-07 04:01:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 10:53:56 -0500 |
commit | d44e0780bcc47c9b8851099c0dfc1dda3c9db5a9 (patch) | |
tree | eb672239ab94d3c66485ceeae41e5579e8baf192 /mm | |
parent | 7f46a240b0a1797eb641c046d445f026563463d4 (diff) |
[PATCH] kernel-doc: fix warnings in vmalloc.c
Fix new kernel-doc errors in vmalloc.c.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/vmalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 54a90e83cb31..729eb3eec75f 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -457,7 +457,7 @@ void *__vmalloc_area(struct vm_struct *area, gfp_t gfp_mask, pgprot_t prot) | |||
457 | * @size: allocation size | 457 | * @size: allocation size |
458 | * @gfp_mask: flags for the page level allocator | 458 | * @gfp_mask: flags for the page level allocator |
459 | * @prot: protection mask for the allocated pages | 459 | * @prot: protection mask for the allocated pages |
460 | * @node node to use for allocation or -1 | 460 | * @node: node to use for allocation or -1 |
461 | * | 461 | * |
462 | * Allocate enough pages to cover @size from the page level | 462 | * Allocate enough pages to cover @size from the page level |
463 | * allocator with @gfp_mask flags. Map them into contiguous | 463 | * allocator with @gfp_mask flags. Map them into contiguous |
@@ -507,7 +507,7 @@ EXPORT_SYMBOL(vmalloc); | |||
507 | * vmalloc_node - allocate memory on a specific node | 507 | * vmalloc_node - allocate memory on a specific node |
508 | * | 508 | * |
509 | * @size: allocation size | 509 | * @size: allocation size |
510 | * @node; numa node | 510 | * @node: numa node |
511 | * | 511 | * |
512 | * Allocate enough pages to cover @size from the page level | 512 | * Allocate enough pages to cover @size from the page level |
513 | * allocator and map them into contiguous kernel virtual space. | 513 | * allocator and map them into contiguous kernel virtual space. |