Commit 6781f4ae30bbb8ebf31187b3c9304be16966f5a0
Committed by
Linus Torvalds
1 parent
6b9886a173
Exists in
master
and in
39 other branches
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 <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
kernel/resource.c
... | ... | @@ -438,7 +438,7 @@ |
438 | 438 | |
439 | 439 | /** |
440 | 440 | * insert_resource_expand_to_fit - Insert a resource into the resource tree |
441 | - * @parent: parent of the new resource | |
441 | + * @root: root resource descriptor | |
442 | 442 | * @new: new resource to insert |
443 | 443 | * |
444 | 444 | * Insert a resource into the resource tree, possibly expanding it in order |