linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format
@ 2020-02-12 10:59 Michal Simek
  2020-02-25 11:38 ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2020-02-12 10:59 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Felipe Balbi, Greg Kroah-Hartman, Peter Chen, Stephen Boyd,
	linux-arm-kernel, linux-usb

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format
  2020-02-12 10:59 [PATCH] usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format Michal Simek
@ 2020-02-25 11:38 ` Michal Simek
  2020-02-25 13:18   ` Peter Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2020-02-25 11:38 UTC (permalink / raw)
  To: LKML, Michal Simek, git, Greg Kroah-Hartman
  Cc: Felipe Balbi, Peter Chen, Stephen Boyd, linux-arm, linux-usb

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

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format
  2020-02-25 11:38 ` Michal Simek
@ 2020-02-25 13:18   ` Peter Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Chen @ 2020-02-25 13:18 UTC (permalink / raw)
  To: Michal Simek, LKML, git, Greg Kroah-Hartman
  Cc: Felipe Balbi, Peter Chen, Stephen Boyd, linux-arm, linux-usb

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-25 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12 10:59 [PATCH] usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format Michal Simek
2020-02-25 11:38 ` Michal Simek
2020-02-25 13:18   ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).