Messages in this thread Patch in this message |  | | | Date | Wed, 23 Nov 2005 15:45:53 -0800 | | From | Greg Kroah-Hartman <> | | Subject | [patch 21/22] USB: kernel-doc for linux/usb.h |
| |
From: Randy Dunlap <rdunlap@xenotime.net>
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> --- include/linux/usb.h | 1 + 1 file changed, 1 insertion(+) --- usb-2.6.orig/include/linux/usb.h +++ usb-2.6/include/linux/usb.h @@ -47,6 +47,7 @@ struct usb_driver; * @urb_list: urbs queued to this endpoint; maintained by usbcore * @hcpriv: for use by HCD; typically holds hardware dma queue head (QH) * with one or more transfer descriptors (TDs) per urb + * @kobj: kobject for sysfs info * @extra: descriptors following this endpoint in the configuration * @extralen: how many bytes of "extra" are valid * -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |