From: Lee Jones Date: Wed, 26 May 2021 13:00:19 +0000 (+0100) Subject: usb: isp1760: isp1760-udc: Provide missing description for 'udc' param X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8268acfe1cc967dbe9fbb05b5f07a19675a81cff;p=linux.git usb: isp1760: isp1760-udc: Provide missing description for 'udc' param Fixes the following W=1 kernel build warning(s): drivers/usb/isp1760/isp1760-udc.c:150: warning: Function parameter or member 'udc' not described in 'isp1760_udc_select_ep' Cc: Greg Kroah-Hartman Cc: Rui Miguel Silva Cc: Laurent Pinchart Cc: linux-usb@vger.kernel.org Reviewed-by: Rui Miguel Silva Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210526130037.856068-7-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/isp1760/isp1760-udc.c b/drivers/usb/isp1760/isp1760-udc.c index 3e05e36054357..a78da59d6417b 100644 --- a/drivers/usb/isp1760/isp1760-udc.c +++ b/drivers/usb/isp1760/isp1760-udc.c @@ -137,6 +137,7 @@ static void __isp1760_udc_select_ep(struct isp1760_udc *udc, /** * isp1760_udc_select_ep - Select an endpoint for register access * @ep: The endpoint + * @udc: Reference to the device controller * * The ISP1761 endpoint registers are banked. This function selects the target * endpoint for banked register access. The selection remains valid until the