[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YkAzwtC4Eua92Uag@kroah.com>
Date: Sun, 27 Mar 2022 11:52:02 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: kushagra765@...look.com
Cc: linux-doc@...r.kernel.org, corbet@....net, balbi@...nel.org,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] USB / dwc3: Fix three doc-build warnings
On Sun, Mar 27, 2022 at 03:05:05PM +0530, kushagra765@...look.com wrote:
> Two kerneldoc comments in gadget.c have excess function parameter description or wrong
> prototype name and one kerneldoc comment in core.c has a excess function parameter
> description, resulting in these three doc-build warnings:
>
> 1. ./drivers/usb/dwc3/gadget.c:675: warning: Excess function parameter
> 'nfifos' description in 'dwc3_gadget_calc_tx_fifo_size'
> 2. ./drivers/usb/dwc3/gadget.c:700: warning: expecting prototype for
> dwc3_gadget_clear_tx_fifo_size(). Prototype was for dwc3_gadget_clear_tx_fifos()
> instead
> 3. ./drivers/usb/dwc3/core.c:347: warning: Excess function parameter 'ref_clk_per'
> description in 'dwc3_ref_clk_period'
>
> Fix the warnings by correcting the prototype name and removing excess parameter descriptions.
>
> Signed-off-by: Kushagra Verma <kushagra765@...look.com>
Your "From:" name in your email does not match this name :(
Please fix up and resend.
thanks,
greg k-h
Powered by blists - more mailing lists