All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] USB / dwc3: Fix a repeated word in ep0.c
@ 2022-05-19 15:18 Kushagra Verma
  0 siblings, 0 replies; only message in thread
From: Kushagra Verma @ 2022-05-19 15:18 UTC (permalink / raw)
  To: balbi, gregkh, linux-usb, linux-kernel

This patch fixes a repeated word checkpatch warning in ep0.c.

Signed-off-by: Kushagra Verma <kushagra765@outlook.com>
---
 drivers/usb/dwc3/ep0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc3/ep0.c b/drivers/usb/dwc3/ep0.c
index 6615f641b34f..25b16836164d 100644
--- a/drivers/usb/dwc3/ep0.c
+++ b/drivers/usb/dwc3/ep0.c
@@ -473,7 +473,7 @@ static int dwc3_ep0_handle_device(struct dwc3 *dwc,
 	case USB_DEVICE_REMOTE_WAKEUP:
 		break;
 	/*
-	 * 9.4.1 says only only for SS, in AddressState only for
+	 * 9.4.1 says only for SS, in AddressState only for
 	 * default control pipe
 	 */
 	case USB_DEVICE_U1_ENABLE:
-- 
2.36.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-19 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 15:18 [PATCH 2/3] USB / dwc3: Fix a repeated word in ep0.c Kushagra Verma

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.