Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6781f4ae authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6b9886a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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