mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
usb(4): Remove a double word in a source code comment
- s/for for/for/ MFC after: 3 days
This commit is contained in:
parent
10df4dc724
commit
2e09a4ac3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue