Skip to content

Commit

Permalink
kernel/resource.c: fix new kernel-doc warning
Browse files Browse the repository at this point in the history
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@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Sep 2, 2008
1 parent 6b9886a commit 6781f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6781f4a

Please sign in to comment.