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

USB: xhci: Fix comment typo

The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220716041755.34016-1-wangborong@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jason Wang and committed by
Greg Kroah-Hartman
13da6f41 908d34aa

+1 -1
+1 -1
drivers/usb/host/xhci-ring.c
··· 1964 1964 1965 1965 /* 1966 1966 * Check to see if xhci-hub.c is waiting on RExit to U0 transition (or 1967 - * RExit to a disconnect state). If so, let the the driver know it's 1967 + * RExit to a disconnect state). If so, let the driver know it's 1968 1968 * out of the RExit state. 1969 1969 */ 1970 1970 if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 &&