Date: Thu, 14 Apr 2022 06:44:58 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: a6c32b45d550 - stable/12 - usb(4): Remove a double word in a source code comment Message-ID: <202204140644.23E6iwjN096646@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140644.23E6iwjN096646>