Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
dd9ebf14 8fc7aeab

+1 -1
+1 -1
drivers/usb/gadget/config.c
··· 168 168 * usb_find_endpoint - find a copy of an endpoint descriptor 169 169 * @src: original vector of descriptors 170 170 * @copy: copy of @src 171 - * @ep: endpoint descriptor found in @src 171 + * @match: endpoint descriptor found in @src 172 172 * 173 173 * This returns the copy of the @match descriptor made for @copy. Its 174 174 * intended use is to help remembering the endpoint descriptor to use