summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
authorXu Yang <xu.yang_2@nxp.com>2022-11-28 11:13:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-11-29 10:56:09 +0300
commit01792c6036af577e4cb1aa7b9ffce7a4882c86b5 (patch)
tree95fc523f46bdc262e27aa7d3e2f678fd65554c81 /drivers/usb/host/ehci.h
parentf05f80f217bf52443a2582bca19fd78188333f25 (diff)
downloadlinux-01792c6036af577e4cb1aa7b9ffce7a4882c86b5.tar.xz
usb: host: fix a typo in ehci.h
Change "ehci_hq" to "ehci_qh" in this comment. Signed-off-by: Xu Yang <xu.yang_2@nxp.com> Link: https://lore.kernel.org/r/20221128081306.2772729-1-xu.yang_2@nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index ad3f13a3eaf1..c5c7f8782549 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -471,7 +471,7 @@ struct ehci_iso_sched {
* acts like a qh would, if EHCI had them for ISO.
*/
struct ehci_iso_stream {
- /* first field matches ehci_hq, but is NULL */
+ /* first field matches ehci_qh, but is NULL */
struct ehci_qh_hw *hw;
u8 bEndpointAddress;