From: Randy Dunlap Date: Mon, 1 Sep 2008 03:31:55 +0000 (-0700) Subject: kernel/resource.c: fix new kernel-doc warning X-Git-Tag: v2.6.27-rc6~87 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6781f4ae30bbb8ebf31187b3c9304be16966f5a0;p=linux-2.6-omap-h63xx.git kernel/resource.c: fix new kernel-doc warning Fix kernel-doc warning for new function: Warning(linux-2.6.27-rc5-git2//kernel/resource.c:448): No description found for parameter 'root' Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/kernel/resource.c b/kernel/resource.c index cf0a178c751..03d796c1b2e 100644 --- a/kernel/resource.c +++ b/kernel/resource.c @@ -438,7 +438,7 @@ int insert_resource(struct resource *parent, struct resource *new) /** * insert_resource_expand_to_fit - Insert a resource into the resource tree - * @parent: parent of the new resource + * @root: root resource descriptor * @new: new resource to insert * * Insert a resource into the resource tree, possibly expanding it in order