usb: host: fix a typo in ehci.h
authorXu Yang <xu.yang_2@nxp.com>
Mon, 28 Nov 2022 08:13:06 +0000 (16:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Nov 2022 07:56:09 +0000 (08:56 +0100)
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>
drivers/usb/host/ehci.h

index ad3f13a..c5c7f87 100644 (file)
@@ -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;