ChangeSet 1.781.21.9, 2002/10/15 15:28:23-07:00, ddstreet@ieee.org

[PATCH] uhci: slight docs update

Slight change - the int qh order is actually opposite of the example.


diff -Nru a/drivers/usb/host/uhci-hcd.h b/drivers/usb/host/uhci-hcd.h
--- a/drivers/usb/host/uhci-hcd.h	Fri Oct 18 14:43:37 2002
+++ b/drivers/usb/host/uhci-hcd.h	Fri Oct 18 14:43:37 2002
@@ -207,13 +207,13 @@
  *
  * For instance, the queue can look like this:
  *
- * skel int1 QH
+ * skel int128 QH
  * dev 1 interrupt QH
  * dev 5 interrupt QH
- * skel int2 QH
- * skel int4 QH
+ * skel int64 QH
+ * skel int32 QH
  * ...
- * skel int128 QH
+ * skel int1 QH
  * skel low speed control QH
  * dev 5 control QH
  * skel high speed control QH
