Changeset 58563585 in mainline for uspace/drv/bus/usb/vhc/devconn.c


Ignore:
Timestamp:
2016-08-31T11:15:39Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10cb47e
Parents:
7a67416
Message:

code review and cstyle cleanup (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/devconn.c

    r7a67416 r58563585  
    9595}
    9696
    97 int vhc_virtdev_plug_hub(vhc_data_t *vhc, usbvirt_device_t *dev, uintptr_t *handle, usb_address_t address)
     97int vhc_virtdev_plug_hub(vhc_data_t *vhc, usbvirt_device_t *dev,
     98    uintptr_t *handle, usb_address_t address)
    9899{
    99100        return vhc_virtdev_plug_generic(vhc, NULL, dev, handle, false, address);
Note: See TracChangeset for help on using the changeset viewer.