Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xu Yang and committed by
Greg Kroah-Hartman
01792c60 f05f80f2

+1 -1
+1 -1
drivers/usb/host/ehci.h
··· 471 471 * acts like a qh would, if EHCI had them for ISO. 472 472 */ 473 473 struct ehci_iso_stream { 474 - /* first field matches ehci_hq, but is NULL */ 474 + /* first field matches ehci_qh, but is NULL */ 475 475 struct ehci_qh_hw *hw; 476 476 477 477 u8 bEndpointAddress;