Changeset 58563585 in mainline for uspace/app/usbinfo/info.c


Ignore:
Timestamp:
2016-08-31T11:15:39Z (8 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/app/usbinfo/info.c

    r7a67416 r58563585  
    9393        init_match_ids(&matches);
    9494        usb_device_create_match_ids_from_device_descriptor(
    95                 &usb_device_descriptors(usb_dev)->device, &matches);
     95            &usb_device_descriptors(usb_dev)->device, &matches);
    9696        printf("%sDevice match ids (0x%04x by 0x%04x, %s)\n", get_indent(0),
    9797            usb_device_descriptors(usb_dev)->device.product_id,
     
    229229{
    230230        dump_descriptor_tree_callback(
    231             (const uint8_t *)&usb_device_descriptors(usb_dev)->device,
     231            (const uint8_t *) &usb_device_descriptors(usb_dev)->device,
    232232            (size_t) -1, NULL);
    233233
     
    242242{
    243243        dump_descriptor_tree_callback(
    244             (const uint8_t *)&usb_device_descriptors(usb_dev)->device,
     244            (const uint8_t *) &usb_device_descriptors(usb_dev)->device,
    245245            (size_t) -1, usb_dev);
    246246
     
    296296        uint64_t str_mask = 0;
    297297        find_string_indexes_callback(
    298             (const uint8_t *)&usb_device_descriptors(usb_dev)->device, 0,
     298            (const uint8_t *) &usb_device_descriptors(usb_dev)->device, 0,
    299299            &str_mask);
    300300
Note: See TracChangeset for help on using the changeset viewer.