Changeset 2df6f6fe in mainline for uspace/drv/bus/pci/pciintel/pci.c


Ignore:
Timestamp:
2012-01-23T18:24:10Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
786bd56, 876f6463, 948911d
Parents:
88dfee7
Message:

cstyle and cleanup
(no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/pci/pciintel/pci.c

    r88dfee7 r2df6f6fe  
    9292static bool pciintel_enable_interrupt(ddf_fun_t *fnode)
    9393{
    94         /* This is an old ugly way, copied from ne2000 driver */
     94        /* This is an old ugly way */
    9595        assert(fnode);
    9696        pci_fun_t *dev_data = (pci_fun_t *) fnode->driver_data;
Note: See TracChangeset for help on using the changeset viewer.