[PATCH 3/7][TRIVIAL][resend] drivers/pci: cleanup kernel-doc warning

Bjorn Helgaas bhelgaas at google.com
Tue Jun 19 04:22:53 EST 2012


On Fri, Jun 15, 2012 at 7:15 AM, Wanpeng Li <liwp.linux at gmail.com> wrote:
> From: Wanpeng Li <liwp at linux.vnet.ibm.com>
>
> 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 at gmail.com>
> ---
>  drivers/pci/setup-bus.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c
> index 8fa2d4b..9165d25 100644
> --- a/drivers/pci/setup-bus.c
> +++ b/drivers/pci/setup-bus.c
> @@ -265,7 +265,7 @@ out:
>  * 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

I applied this; it should appear in my "next" branch tomorrow.


More information about the Linuxppc-dev mailing list