Changeset 54de4836 in mainline


Ignore:
Timestamp:
2011-11-04T15:10:47Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3569955, c6d9d49
Parents:
c289457
Message:

cstyle

File:
1 edited

Legend:

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

    rc289457 r54de4836  
    7878#define PCI_BUS_FROM_FUN(fun) ((fun)->busptr)
    7979
     80/** Max is 47, align to something nice. */
     81#define ID_MAX_STR_LEN 50
     82
    8083static hw_resource_list_t *pciintel_get_resources(ddf_fun_t *fnode)
    8184{
     
    310313void pci_fun_create_match_ids(pci_fun_t *fun)
    311314{
    312 #define ID_MAX_STR_LEN 50 /* Max is 47, align to something nice. */
    313 
    314315        int rc;
    315316        char match_id_str[ID_MAX_STR_LEN];
Note: See TracChangeset for help on using the changeset viewer.