Changeset db51a6a6 in mainline for uspace/drv/bus/usb/xhci/endpoint.c


Ignore:
Timestamp:
2018-01-22T12:20:14Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
998773d
Parents:
b3c39690
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-22 12:18:02)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-22 12:20:14)
Message:

typo: transferred is spelled with two r

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.c

    rb3c39690 rdb51a6a6  
    209209        if (batch) {
    210210                batch->error = EINTR;
    211                 batch->transfered_size = 0;
     211                batch->transferred_size = 0;
    212212                usb_transfer_batch_finish(batch);
    213213        }
Note: See TracChangeset for help on using the changeset viewer.