All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xhci: Fix typo 'the the' in comment
@ 2022-07-22  9:53 Slark Xiao
  2022-07-27 12:37 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Slark Xiao @ 2022-07-22  9:53 UTC (permalink / raw)
  To: mathias.nyman, gregkh; +Cc: linux-kernel, linux-usb, Slark Xiao

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 drivers/usb/host/xhci-ring.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
index 46d0b9ad6f74..ad81e9a508b1 100644
--- a/drivers/usb/host/xhci-ring.c
+++ b/drivers/usb/host/xhci-ring.c
@@ -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 &&
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xhci: Fix typo 'the the' in comment
  2022-07-22  9:53 [PATCH] xhci: Fix typo 'the the' in comment Slark Xiao
@ 2022-07-27 12:37 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-07-27 12:37 UTC (permalink / raw)
  To: Slark Xiao; +Cc: mathias.nyman, linux-kernel, linux-usb

On Fri, Jul 22, 2022 at 05:53:25PM +0800, Slark Xiao wrote:
> Replace 'the the' with 'the' in the comment.
> 
> Signed-off-by: Slark Xiao <slark_xiao@163.com>
> ---
>  drivers/usb/host/xhci-ring.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
> index 46d0b9ad6f74..ad81e9a508b1 100644
> --- a/drivers/usb/host/xhci-ring.c
> +++ b/drivers/usb/host/xhci-ring.c
> @@ -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 &&
> -- 
> 2.25.1
> 

Someone else already sent this before you did, sorry.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-27 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  9:53 [PATCH] xhci: Fix typo 'the the' in comment Slark Xiao
2022-07-27 12:37 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.