[<prev] [next>] [day] [month] [year] [list]
Message-ID: <50ab44e8-b365-a3a6-8aff-8621374e3f94@infradead.org>
Date: Sun, 2 Sep 2018 19:39:55 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
USB list <linux-usb@...r.kernel.org>
Cc: Felipe Balbi <balbi@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [PATCH] usb/dwc3/gadget: fix kernel-doc parameter warning
From: Randy Dunlap <rdunlap@...radead.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@...radead.org>
Cc: Felipe Balbi <balbi@...nel.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
Powered by blists - more mailing lists