Commit 1c53e6cb authored by Qinghuang Feng's avatar Qinghuang Feng Committed by Greg Kroah-Hartman

USB: gadget: pxa27x_udc.c: cleanup kernel-doc

no argument named @index in pio_irq_disable, and
no argument named @req in inc_ep_stats_bytes,
remove them.
Signed-off-by: default avatarQinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0a2e5b9b
...@@ -430,7 +430,6 @@ static void pio_irq_enable(struct pxa_ep *ep) ...@@ -430,7 +430,6 @@ static void pio_irq_enable(struct pxa_ep *ep)
/** /**
* pio_irq_disable - Disables irq generation for one endpoint * pio_irq_disable - Disables irq generation for one endpoint
* @ep: udc endpoint * @ep: udc endpoint
* @index: endpoint number
*/ */
static void pio_irq_disable(struct pxa_ep *ep) static void pio_irq_disable(struct pxa_ep *ep)
{ {
...@@ -586,7 +585,6 @@ static void inc_ep_stats_reqs(struct pxa_ep *ep, int is_in) ...@@ -586,7 +585,6 @@ static void inc_ep_stats_reqs(struct pxa_ep *ep, int is_in)
* inc_ep_stats_bytes - Update ep stats counts * inc_ep_stats_bytes - Update ep stats counts
* @ep: physical endpoint * @ep: physical endpoint
* @count: bytes transfered on endpoint * @count: bytes transfered on endpoint
* @req: usb request
* @is_in: ep direction (USB_DIR_IN or 0) * @is_in: ep direction (USB_DIR_IN or 0)
*/ */
static void inc_ep_stats_bytes(struct pxa_ep *ep, int count, int is_in) static void inc_ep_stats_bytes(struct pxa_ep *ep, int count, int is_in)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment