Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/rh.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/rh.c

    r45457265 reb862fd  
    280280
    281281void xhci_rh_set_ports_protocol(xhci_rh_t *rh,
    282     unsigned offset, unsigned count, unsigned major)
     282        unsigned offset, unsigned count, unsigned major)
    283283{
    284284        for (unsigned i = offset; i < offset + count; i++)
Note: See TracChangeset for help on using the changeset viewer.