Commit dd9ebf14 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

usb/gadget: fix kernel-doc warning

Fix kernel-doc warning, wrong parameter name listed:

Warning(lin2627-g3-kdocfixes//drivers/usb/gadget/config.c:183): No description found for parameter 'match'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Acked-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8fc7aeab
...@@ -168,7 +168,7 @@ usb_copy_descriptors(struct usb_descriptor_header **src) ...@@ -168,7 +168,7 @@ usb_copy_descriptors(struct usb_descriptor_header **src)
* usb_find_endpoint - find a copy of an endpoint descriptor * usb_find_endpoint - find a copy of an endpoint descriptor
* @src: original vector of descriptors * @src: original vector of descriptors
* @copy: copy of @src * @copy: copy of @src
* @ep: endpoint descriptor found in @src * @match: endpoint descriptor found in @src
* *
* This returns the copy of the @match descriptor made for @copy. Its * This returns the copy of the @match descriptor made for @copy. Its
* intended use is to help remembering the endpoint descriptor to use * intended use is to help remembering the endpoint descriptor to use
......
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