ChangeSet 1.1315.8.9, 2003/09/16 11:40:17-07:00, ramune@net-ronin.org [PATCH] USB: make pdfdocs problem The `make pdfdocs' target still fails for me on the `writing_usb_drivers' document. There's one small bug in it, and one problem I haven't figured out yet. There is a malformed blah sequence, where the closing tag is instead an opening tag. Patch for that below. Documentation/DocBook/writing_usb_driver.tmpl | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/Documentation/DocBook/writing_usb_driver.tmpl b/Documentation/DocBook/writing_usb_driver.tmpl --- a/Documentation/DocBook/writing_usb_driver.tmpl Fri Sep 19 17:14:03 2003 +++ b/Documentation/DocBook/writing_usb_driver.tmpl Fri Sep 19 17:14:03 2003 @@ -209,7 +209,7 @@ The driver now needs to verify that this device is actually one that it can accept. If so, it returns 0. If not, or if any error occurs during initialization, an errorcode - (such as -ENOMEM or -ENODEV) + (such as -ENOMEM or -ENODEV) is returned from the probe function.