Re: [PATCH] usb: convert usb.h struct usb_device to kernel-doc

2008-02-14 Thread Alan Stern
On Wed, 13 Feb 2008, Randy Dunlap wrote: > Thanks, Alan. Updated patch... Any more comments/corrections? This looks good. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.

Re: [PATCH] usb: convert usb.h struct usb_device to kernel-doc

2008-02-13 Thread Randy Dunlap
On Wed, 13 Feb 2008 17:44:01 -0500 (EST) Alan Stern wrote: > > + * @rawdescriptors: waw descriptors for each config > > Typo. > > > + * @children: child devices - these can be either new devices (if this is a > > + * hub device), or different instances of this same device. > > + * Each instance

Re: [PATCH] usb: convert usb.h struct usb_device to kernel-doc

2008-02-13 Thread Alan Stern
On Wed, 13 Feb 2008, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Convert struct usb_device to use kernel-doc notation. > Please especially check the @filelist and @usb_classdev descriptions. > > Fix a few other kernel-doc lines that should be all on one line but were on > mu

[PATCH] usb: convert usb.h struct usb_device to kernel-doc

2008-02-13 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Convert struct usb_device to use kernel-doc notation. Please especially check the @filelist and @usb_classdev descriptions. Fix a few other kernel-doc lines that should be all on one line but were on multiple lines. Signed-off-by: Randy Dunlap <[EMAIL PROTE