diff mbox series

usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format

Message ID c753b529bdcdfdd40a3cf69121527ec8c63775cb.1581505183.git.michal.simek@xilinx.com (mailing list archive)
State Mainlined
Commit 57d7713196ccd83010fcaa82b9f02d740c9e6bb2
Headers show
Series usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format | expand

Commit Message

Michal Simek Feb. 12, 2020, 10:59 a.m. UTC
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 <michal.simek@xilinx.com>
---

 drivers/usb/gadget/udc/udc-xilinx.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michal Simek Feb. 25, 2020, 11:38 a.m. UTC | #1
Hi,

st 12. 2. 2020 v 11:59 odesílatel Michal Simek <michal.simek@xilinx.com> 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 <michal.simek@xilinx.com>
> ---
>
>  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
Peter Chen Feb. 25, 2020, 1:18 p.m. UTC | #2
> 
> st 12. 2. 2020 v 11:59 odesílatel Michal Simek <michal.simek@xilinx.com> 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 <michal.simek@xilinx.com>
> > ---
> >
> >  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 <petre.chen@nxp.com>

Peter
diff mbox series

Patch

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
  */