diff --git a/kernel/resource.c b/kernel/resource.c index cf0a178c751345f0c8358b066fa937d379adc777..03d796c1b2e980c1ea55c5f1dc3bbfed64b0233e 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