git: a6c32b45d550 - stable/12 - usb(4): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:44:58 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit a6c32b45d550ea25bcd48f788ed02467437a653c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 09:02:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:32:46 +0000

    usb(4): Remove a double word in a source code comment
    
    - s/for for/for/
    
    (cherry picked from commit 2e09a4ac3b48ceb4aaa22e5ca99bad38199a8c71)
---
 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 35ce4eee52df..edc3fcdfbe27 100644
--- a/sys/dev/usb/controller/dwc_otg.c
+++ b/sys/dev/usb/controller/dwc_otg.c
@@ -2145,7 +2145,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;