Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:13:40 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ecc10e7be978 - stable/13 - usb(4): Remove a double word in a source code comment
Message-ID:  <202204140613.23E6DeuR055021@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit ecc10e7be978204ac8e4a153370252fcb3205dc0
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:12:05 +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 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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140613.23E6DeuR055021>