[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080831203155.b38e4959.randy.dunlap@oracle.com>
Date: Sun, 31 Aug 2008 20:31:55 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: torvalds <torvalds@...ux-foundation.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH] kernel/resource.c: fix new kernel-doc warning
From: Randy Dunlap <randy.dunlap@...cle.com>
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 <randy.dunlap@...cle.com>
---
kernel/resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.27-rc5-git2.orig/kernel/resource.c
+++ linux-2.6.27-rc5-git2/kernel/resource.c
@@ -438,7 +438,7 @@ int insert_resource(struct resource *par
/**
* 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists