lkml.org 
[lkml]   [2005]   [Nov]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 1 Nov 2005 21:57:50 -0800
From"Randy.Dunlap" <>
Subject[PATCH] kernel-doc: fix warnings in vmalloc.c
From: Randy Dunlap <rdunlap@xenotime.net>

Fix new kernel-doc errors in vmalloc.c.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-11-02 06:08    [from the cache]
©2003-2008