Commit f9fdd6e5 authored by Dan Streetman's avatar Dan Streetman Committed by Greg Kroah-Hartman

[PATCH] uhci: slight docs update

Slight change - the int qh order is actually opposite of the example.
parent 495efc14
...@@ -207,13 +207,13 @@ struct uhci_td { ...@@ -207,13 +207,13 @@ struct uhci_td {
* *
* For instance, the queue can look like this: * For instance, the queue can look like this:
* *
* skel int1 QH * skel int128 QH
* dev 1 interrupt QH * dev 1 interrupt QH
* dev 5 interrupt QH * dev 5 interrupt QH
* skel int2 QH * skel int64 QH
* skel int4 QH * skel int32 QH
* ... * ...
* skel int128 QH * skel int1 QH
* skel low speed control QH * skel low speed control QH
* dev 5 control QH * dev 5 control QH
* skel high speed control QH * skel high speed control QH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment