Changeset a25d893 in mainline for uspace/drv/bus/usb/uhci/main.c


Ignore:
Timestamp:
2015-04-10T02:48:42Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94e46c9
Parents:
2003739
Message:

uhci,ohci: Whitespace and comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/main.c

    r2003739 ra25d893  
    5757                return ENOMEM;
    5858
    59         const int ret =  hc_init(instance, res, irq);
     59        const int ret = hc_init(instance, res, irq);
    6060        if (ret == EOK)
    6161                hcd_set_implementation(hcd, instance, uhci_hc_schedule, NULL,
Note: See TracChangeset for help on using the changeset viewer.