Commit 13da6f41 authored by Jason Wang's avatar Jason Wang Committed by Greg Kroah-Hartman
Browse files

USB: xhci: Fix comment typo



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

Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220716041755.34016-1-wangborong@cdjrlc.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 908d34aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1964,7 +1964,7 @@ static void handle_port_status(struct xhci_hcd *xhci,

	/*
	 * Check to see if xhci-hub.c is waiting on RExit to U0 transition (or
	 * RExit to a disconnect state).  If so, let the the driver know it's
	 * RExit to a disconnect state).  If so, let the driver know it's
	 * out of the RExit state.
	 */
	if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 &&