git: 2e09a4ac3b48 - main - usb(4): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 09:02:54 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2e09a4ac3b48ceb4aaa22e5ca99bad38199a8c71

commit 2e09a4ac3b48ceb4aaa22e5ca99bad38199a8c71
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 09:02:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 09:02:23 +0000

    usb(4): Remove a double word in a source code comment
    
    - s/for for/for/
    
    MFC after:      3 days
---
 sys/dev/usb/controller/dwc_otg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/controller/dwc_otg.c b/sys/dev/usb/controller/dwc_otg.c
index 5a1f2d271251..8692964e23c3 100644
--- a/sys/dev/usb/controller/dwc_otg.c
+++ b/sys/dev/usb/controller/dwc_otg.c
@@ -2139,7 +2139,7 @@ dwc_otg_data_tx(struct dwc_otg_softc *sc, struct dwc_otg_td *td)
 	max_buffer = sc->sc_hw_ep_profile[td->ep_no].max_buffer;
 
 repeat:
-	/* check for for endpoint 0 data */
+	/* check for endpoint 0 data */
 
 	temp = sc->sc_last_rx_status;