Commit 57d77131 authored by Michal Simek's avatar Michal Simek Committed by Greg Kroah-Hartman

usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format

The patch removes "driver" parameter which has been removed without
updating kernel-doc format.

Fixes: 22835b80 ("usb: gadget: remove unnecessary 'driver' argument")
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/c753b529bdcdfdd40a3cf69121527ec8c63775cb.1581505183.git.michal.simek@xilinx.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5f6f8da2
......@@ -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
*/
......
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