All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb/dwc3/gadget: fix kernel-doc parameter warning
@ 2018-09-03  2:39 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2018-09-03  2:39 UTC (permalink / raw)
  To: LKML, USB list; +Cc: Felipe Balbi, Greg Kroah-Hartman

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning:

../drivers/usb/dwc3/gadget.c:510: warning: Excess function parameter 'dwc' description in 'dwc3_gadget_start_config'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Felipe Balbi <balbi@kernel.org>
---
 drivers/usb/dwc3/gadget.c |    1 -
 1 file changed, 1 deletion(-)

--- lnx-419-rc2.orig/drivers/usb/dwc3/gadget.c
+++ lnx-419-rc2/drivers/usb/dwc3/gadget.c
@@ -473,7 +473,6 @@ static int dwc3_gadget_set_xfer_resource
 
 /**
  * dwc3_gadget_start_config - configure ep resources
- * @dwc: pointer to our controller context structure
  * @dep: endpoint that is being enabled
  *
  * Issue a %DWC3_DEPCMD_DEPSTARTCFG command to @dep. After the command's



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

* usb/dwc3/gadget: fix kernel-doc parameter warning
@ 2018-09-03  2:39 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2018-09-03  2:39 UTC (permalink / raw)
  To: LKML, USB list; +Cc: Felipe Balbi, Greg Kroah-Hartman

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning:

../drivers/usb/dwc3/gadget.c:510: warning: Excess function parameter 'dwc' description in 'dwc3_gadget_start_config'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Felipe Balbi <balbi@kernel.org>
---
 drivers/usb/dwc3/gadget.c |    1 -
 1 file changed, 1 deletion(-)

--- lnx-419-rc2.orig/drivers/usb/dwc3/gadget.c
+++ lnx-419-rc2/drivers/usb/dwc3/gadget.c
@@ -473,7 +473,6 @@ static int dwc3_gadget_set_xfer_resource
 
 /**
  * dwc3_gadget_start_config - configure ep resources
- * @dwc: pointer to our controller context structure
  * @dep: endpoint that is being enabled
  *
  * Issue a %DWC3_DEPCMD_DEPSTARTCFG command to @dep. After the command's

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

end of thread, other threads:[~2018-09-03  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03  2:39 [PATCH] usb/dwc3/gadget: fix kernel-doc parameter warning Randy Dunlap
2018-09-03  2:39 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.