Skip to content

Commit

Permalink
PCI: cleanup assign_requested_resources_sorted() kernel-doc warning
Browse files Browse the repository at this point in the history
Warning(drivers/pci/setup-bus.c:277): No description found for parameter 'fail_head'
Warning(drivers/pci/setup-bus.c:277): Excess function parameter 'failed_list' description in 'assign_requested_resources_sorted'

Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Wanpeng Li authored and Bjorn Helgaas committed Jun 20, 2012
1 parent 60cd4db commit 8356aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static void reassign_resources_sorted(struct list_head *realloc_head,
* assign_requested_resources_sorted() - satisfy resource requests
*
* @head : head of the list tracking requests for resources
* @failed_list : head of the list tracking requests that could
* @fail_head : head of the list tracking requests that could
* not be allocated
*
* Satisfy resource requests of each element in the list. Add
Expand Down

0 comments on commit 8356aad

Please sign in to comment.