On Tue, Jul 13, 2004 at 06:25:59PM -0700, Andrew Morton wrote: >... > All 252 patches: >... > bk-usb.patch >...
This causes the following error during "make psdocs": <-- snip --> ... DB2PS Documentation/DocBook/usb.ps Using catalogs: /etc/sgml/catalog Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print Working on: /home/bunk/linux/kernel-2.6/linux-2.6.8-rc1-mm1-full/Documentation/DocBook/usb.sgml jade:/home/bunk/linux/kernel-2.6/linux-2.6.8-rc1-mm1-full/Documentation/DocBook/usb.sgml:549:16:E: end tag for "VARIABLELIST" which is not finished make[1]: *** [Documentation/DocBook/usb.ps] Error 8 <-- snip --> The patch below works around this issue by not letting it look like a valid kerneldoc. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.8-rc1-mm1-full/include/linux/usb.h.old 2004-07-18 05:47:38.000000000 +0200 +++ linux-2.6.8-rc1-mm1-full/include/linux/usb.h 2004-07-18 05:47:51.000000000 +0200 @@ -289,7 +289,7 @@ struct usb_tt; -/** +/* * struct usb_device - kernel's representation of a USB device * * FIXME: Write the kerneldoc! ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
