Changeset 983e135 in mainline for uspace/drv/bus/usb/usbhub/ports.c


Ignore:
Timestamp:
2011-09-19T13:31:23Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b6f8dd
Parents:
d46b13d
Message:

usbhub: Further codestyle changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/ports.c

    rd46b13d r983e135  
    9595 * @param port port number, starting from 1
    9696 */
    97 void usb_hub_process_port_interrupt(usb_hub_info_t *hub,
    98     uint16_t port) {
     97void usb_hub_process_port_interrupt(usb_hub_info_t *hub, uint16_t port)
     98{
    9999        usb_log_debug("Interrupt at port %zu\n", (size_t) port);
    100100        //determine type of change
Note: See TracChangeset for help on using the changeset viewer.