From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shark.he.net ([66.160.160.2]) by xenotime.net for ; Tue, 29 Apr 2008 20:24:13 -0700 Date: Tue, 29 Apr 2008 20:24:13 -0700 (PDT) From: "Randy.Dunlap" Subject: [PATCH v2] docbook: fix vmalloc missing parameter notation (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: linux-mm@kvack.org Cc: akpm@linux-foundation.org List-ID: OK, so either pine or the linux-mm mailing list software likes to take the first line of body text if it begins with "From:" and add that to the mail headers. I don't recall seeing this problem before... -- ~Randy ---------- Forwarded message ---------- Date: Tue, 29 Apr 2008 20:18:12 -0700 (PDT) From: Randy.Dunlap , Randy Dunlap To: linux-mm@kvack.org Cc: akpm@linux-foundation.org Subject: [PATCH v2] 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 --- mm/vmalloc.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.25-git14.orig/mm/vmalloc.c +++ linux-2.6.25-git14/mm/vmalloc.c @@ -545,6 +545,7 @@ void *__vmalloc_area(struct vm_struct *a * @gfp_mask: flags for the page level allocator * @prot: protection mask for the allocated pages * @node: node to use for allocation or -1 + * @caller: caller's return address * * Allocate enough pages to cover @size from the page level * allocator with @gfp_mask flags. Map them into contiguous -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org