[PATCH] kernel-doc: fix warnings in vmalloc.c

From: Randy.Dunlap
Date: Wed Nov 02 2005 - 01:06:00 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Fix new kernel-doc errors in vmalloc.c.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---

mm/vmalloc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff -Naurp linux-2614-g4/mm/vmalloc.c~kdoc_vmalloc linux-2614-g4/mm/vmalloc.c
--- linux-2614-g4/mm/vmalloc.c~kdoc_vmalloc 2005-11-01 20:35:15.000000000 -0800
+++ linux-2614-g4/mm/vmalloc.c 2005-11-01 21:55:44.000000000 -0800
@@ -457,7 +457,7 @@ void *__vmalloc_area(struct vm_struct *a
* @size: allocation size
* @gfp_mask: flags for the page level allocator
* @prot: protection mask for the allocated pages
- * @node node to use for allocation or -1
+ * @node: node to use for allocation or -1
*
* Allocate enough pages to cover @size from the page level
* allocator with @gfp_mask flags. Map them into contiguous
@@ -507,7 +507,7 @@ EXPORT_SYMBOL(vmalloc);
* vmalloc_node - allocate memory on a specific node
*
* @size: allocation size
- * @node; numa node
+ * @node: numa node
*
* Allocate enough pages to cover @size from the page level
* allocator and map them into contiguous kernel virtual space.


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/