summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2015-06-30 14:48:54 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-22 21:55:22 (GMT)
commitc2a298d96628803586f1ca2027b6387f4e4b5a31 (patch)
treeac0e34fefe76d1cc76952af2d18d7780d672454f /drivers/usb/host
parentcd32fbad6e3dfb26ae12babe07771f92b417af6b (diff)
downloadlinux-c2a298d96628803586f1ca2027b6387f4e4b5a31.tar.xz
usb: host: xhci: remove typo in function documentation
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>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index 7da0d60..e66857f 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -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).