diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-11-01 18:23:37 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-08 05:11:24 +0300 |
commit | d55003d86e0ce598b599277973035327779b643b (patch) | |
tree | d95dc92d6044c05d6f9876b0b0925093121cb35b /Documentation/DocBook/usb.tmpl | |
parent | beab6cb20c1dff4a0fb1ee9d14ff5f826ccd2c84 (diff) | |
download | linux-d55003d86e0ce598b599277973035327779b643b.tar.xz |
USB: fix typo in documentation
A typo sneaked in the latest change on the USB documentation. Fixing it
and also a trailing whitespace since it is also in the "USB Host-Side API
Model" chapter.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/usb.tmpl')
-rw-r--r-- | Documentation/DocBook/usb.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl index 8ec4d595b218..e322691be67e 100644 --- a/Documentation/DocBook/usb.tmpl +++ b/Documentation/DocBook/usb.tmpl @@ -160,7 +160,7 @@ In theory, all HCDs provide the same functionality through the same API. In practice, that's becoming mostly true, but there are still differences that crop up especially with - fault handling on the less common controllers. + fault handling on the less common controllers. Different controllers don't necessarily report the same aspects of failures, and recovery from faults (including software-induced ones like unlinking an URB) isn't yet fully @@ -168,7 +168,7 @@ Device driver authors should make a point of doing disconnect testing (while the device is active) with each different host controller driver, to make sure drivers don't have bugs of - thei1r own as well as to make sure they aren't relying on some + their own as well as to make sure they aren't relying on some HCD-specific behavior. </para> |