Commit 3f423787ec87bbe601cb3242d6065616098c6cfb

Authored by Randy Dunlap
Committed by Greg Kroah-Hartman
1 parent fb745354f3

USB: usb.h kernel-doc additions

Add kernel-doc entries in <linux/usb.h> for:

Warning(linux-2.6.22-git12//include/linux/usb.h:162): No description found for parameter 'intf_assoc'
Warning(linux-2.6.22-git12//include/linux/usb.h:268): No description found for parameter 'intf_assoc[USB_MAXIADS]'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -94,6 +94,7 @@
94 94 * endpoint configurations. They will be in no particular order.
95 95 * @num_altsetting: number of altsettings defined.
96 96 * @cur_altsetting: the current altsetting.
  97 + * @intf_assoc: interface association descriptor
97 98 * @driver: the USB driver that is bound to this interface.
98 99 * @minor: the minor number assigned to this interface, if this
99 100 * interface is bound to a driver that uses the USB major number.
... ... @@ -213,6 +214,7 @@
213 214 * @desc: the device's configuration descriptor.
214 215 * @string: pointer to the cached version of the iConfiguration string, if
215 216 * present for this configuration.
  217 + * @intf_assoc: list of any interface association descriptors in this config
216 218 * @interface: array of pointers to usb_interface structures, one for each
217 219 * interface in the configuration. The number of interfaces is stored
218 220 * in desc.bNumInterfaces. These pointers are valid only while the