usb(4): Remove a double word in a source code comment

- s/for for/for/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 11:02:23 +02:00
parent 10df4dc724
commit 2e09a4ac3b

View File

@ -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;