usb: host: xhci: remove typo in function documentation
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 30 Jun 2015 14:48:54 +0000 (16:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2015 21:55:22 +0000 (14:55 -0700)
Fix "though" to "through" in documentation of xhci_alloc_streams().

Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c

index 7da0d6043d33e13afa3ce4db45d5dfa54b4d3d22..e66857f0a3bb027684db320efdc86d002e15d02a 100644 (file)
@@ -3117,7 +3117,7 @@ static u32 xhci_calculate_no_streams_bitmask(struct xhci_hcd *xhci,
 }
 
 /*
- * The USB device drivers use this function (though the HCD interface in USB
+ * The USB device drivers use this function (through the HCD interface in USB
  * core) to prepare a set of bulk endpoints to use streams.  Streams are used to
  * coordinate mass storage command queueing across multiple endpoints (basically
  * a stream ID == a task ID).
This page took 0.026542 seconds and 5 git commands to generate.