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


Ignore:
Timestamp:
2018-02-03T02:19:02Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5718c79
Parents:
45457265
Message:

cstyle

File:
1 edited

Legend:

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

    r45457265 reb862fd  
    5959 */
    6060static errno_t xhci_endpoint_init(xhci_endpoint_t *xhci_ep, device_t *dev,
    61     const usb_endpoint_descriptors_t *desc)
     61        const usb_endpoint_descriptors_t *desc)
    6262{
    6363        errno_t rc;
     
    131131 */
    132132endpoint_t *xhci_endpoint_create(device_t *dev,
    133     const usb_endpoint_descriptors_t *desc)
     133        const usb_endpoint_descriptors_t *desc)
    134134{
    135135        const usb_transfer_type_t type = USB_ED_GET_TRANSFER_TYPE(desc->endpoint);
Note: See TracChangeset for help on using the changeset viewer.