The patch removes "driver" parameter which has been removed without
updating kernel-doc format.
Fixes: 22835b807e7c ("usb: gadget: remove unnecessary 'driver' argument")
Signed-off-by: Michal Simek <[email protected]>
---
drivers/usb/gadget/udc/udc-xilinx.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/gadget/udc/udc-xilinx.c b/drivers/usb/gadget/udc/udc-xilinx.c
index 29d8e5f8bb58..b1cfc8279c3d 100644
--- a/drivers/usb/gadget/udc/udc-xilinx.c
+++ b/drivers/usb/gadget/udc/udc-xilinx.c
@@ -1399,7 +1399,6 @@ static int xudc_start(struct usb_gadget *gadget,
/**
* xudc_stop - stops the device.
* @gadget: pointer to the usb gadget structure
- * @driver: pointer to usb gadget driver structure
*
* Return: zero always
*/
--
2.25.0
Hi,
st 12. 2. 2020 v 11:59 odesÃlatel Michal Simek <[email protected]> napsal:
>
> The patch removes "driver" parameter which has been removed without
> updating kernel-doc format.
>
> Fixes: 22835b807e7c ("usb: gadget: remove unnecessary 'driver' argument")
> Signed-off-by: Michal Simek <[email protected]>
> ---
>
> drivers/usb/gadget/udc/udc-xilinx.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/usb/gadget/udc/udc-xilinx.c b/drivers/usb/gadget/udc/udc-xilinx.c
> index 29d8e5f8bb58..b1cfc8279c3d 100644
> --- a/drivers/usb/gadget/udc/udc-xilinx.c
> +++ b/drivers/usb/gadget/udc/udc-xilinx.c
> @@ -1399,7 +1399,6 @@ static int xudc_start(struct usb_gadget *gadget,
> /**
> * xudc_stop - stops the device.
> * @gadget: pointer to the usb gadget structure
> - * @driver: pointer to usb gadget driver structure
> *
> * Return: zero always
> */
> --
> 2.25.0
>
Can someone take a look at this patch?
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: http://www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs
>
> st 12. 2. 2020 v 11:59 odesÃlatel Michal Simek <[email protected]> napsal:
> >
> > The patch removes "driver" parameter which has been removed without
> > updating kernel-doc format.
> >
> > Fixes: 22835b807e7c ("usb: gadget: remove unnecessary 'driver'
> > argument")
> > Signed-off-by: Michal Simek <[email protected]>
> > ---
> >
> > drivers/usb/gadget/udc/udc-xilinx.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/usb/gadget/udc/udc-xilinx.c
> > b/drivers/usb/gadget/udc/udc-xilinx.c
> > index 29d8e5f8bb58..b1cfc8279c3d 100644
> > --- a/drivers/usb/gadget/udc/udc-xilinx.c
> > +++ b/drivers/usb/gadget/udc/udc-xilinx.c
> > @@ -1399,7 +1399,6 @@ static int xudc_start(struct usb_gadget *gadget,
> > /**
> > * xudc_stop - stops the device.
> > * @gadget: pointer to the usb gadget structure
> > - * @driver: pointer to usb gadget driver structure
> > *
> > * Return: zero always
> > */
> > --
> > 2.25.0
> >
>
> Can someone take a look at this patch?
>
Reviewed-by: Peter Chen <[email protected]>
Peter