* [PATCH] USB: fix typo in documentation
@ 2016-11-01 15:23 Luis de Bethencourt
2016-11-08 2:12 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Luis de Bethencourt @ 2016-11-01 15:23 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
Cc: corbet, Greg KH, stern, oneukum, emilio.lopez, linux-doc
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>
---
Documentation/DocBook/usb.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl
index 8ec4d59..e322691 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>
--
2.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] USB: fix typo in documentation
2016-11-01 15:23 [PATCH] USB: fix typo in documentation Luis de Bethencourt
@ 2016-11-08 2:12 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2016-11-08 2:12 UTC (permalink / raw)
To: Luis de Bethencourt
Cc: linux-kernel@vger.kernel.org, Greg KH, stern, oneukum,
emilio.lopez, linux-doc
On Tue, 1 Nov 2016 15:23:37 +0000
Luis de Bethencourt <luisbg@osg.samsung.com> wrote:
> 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.
Applied to the docs tree (with --ignore-whitespace), thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-08 2:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01 15:23 [PATCH] USB: fix typo in documentation Luis de Bethencourt
2016-11-08 2:12 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).