[PATCH] USB: kernel-doc for linux/usb.h

Fix kernel-doc warning in linux/usb.h.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Randy Dunlap and committed by Linus Torvalds 8dd396ec 63dc3ff3

+1
+1
include/linux/usb.h
··· 47 47 * @urb_list: urbs queued to this endpoint; maintained by usbcore 48 48 * @hcpriv: for use by HCD; typically holds hardware dma queue head (QH) 49 49 * with one or more transfer descriptors (TDs) per urb 50 + * @kobj: kobject for sysfs info 50 51 * @extra: descriptors following this endpoint in the configuration 51 52 * @extralen: how many bytes of "extra" are valid 52 53 *