mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Fix comment. One of the two "Step 4" shuold be a "step 5"
This commit is contained in:
parent
328b4b876f
commit
4eefd67bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -2634,7 +2634,7 @@ ehci_abort_xfer(usbd_xfer_handle xfer, usbd_status status)
|
|||
}
|
||||
ehci_add_qh(sqh, psqh);
|
||||
/*
|
||||
* Step 4: Execute callback.
|
||||
* Step 5: Execute callback.
|
||||
*/
|
||||
#ifdef DIAGNOSTIC
|
||||
exfer->isdone = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue