Skip to content

Commit

Permalink
usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format
Browse files Browse the repository at this point in the history
The patch removes "driver" parameter which has been removed without
updating kernel-doc format.

Fixes: 22835b8 ("usb: gadget: remove unnecessary 'driver' argument")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/c753b529bdcdfdd40a3cf69121527ec8c63775cb.1581505183.git.michal.simek@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Michal Simek authored and Greg Kroah-Hartman committed Feb 12, 2020
1 parent 5f6f8da commit 57d7713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/gadget/udc/udc-xilinx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 57d7713

Please sign in to comment.