diff --git a/sys/dev/usb/controller/dwc_otg.c b/sys/dev/usb/controller/dwc_otg.c index 5a1f2d27125..8692964e23c 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;