Просмотр исходного кода

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>
Luis de Bethencourt 9 лет назад
Родитель
Сommit
d55003d86e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Documentation/DocBook/usb.tmpl

+ 2 - 2
Documentation/DocBook/usb.tmpl

@@ -160,7 +160,7 @@
     In theory, all HCDs provide the same functionality through the same
     In theory, all HCDs provide the same functionality through the same
     API.  In practice, that's becoming mostly true,
     API.  In practice, that's becoming mostly true,
     but there are still differences that crop up especially with
     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
     Different controllers don't necessarily report
     the same aspects of failures, and recovery from faults (including
     the same aspects of failures, and recovery from faults (including
     software-induced ones like unlinking an URB) isn't yet fully
     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
     Device driver authors should make a point of doing disconnect
     testing (while the device is active) with each different host
     testing (while the device is active) with each different host
     controller driver, to make sure drivers don't have bugs of
     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.
     HCD-specific behavior.
     </para>
     </para>