Changeset 7c3fb9b in mainline for uspace/drv/bus/usb/usbmid/explore.c


Ignore:
Timestamp:
2018-05-17T08:29:01Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmid/explore.c

    rfac0ac7 r7c3fb9b  
    8585            usb_dp_get_nested_descriptor(&parser, &data, config_descriptor);
    8686
    87         /* Walk all descriptors nested in the current configuration decriptor;
    88          * i.e. all interface descriptors. */
     87        /*
     88         * Walk all descriptors nested in the current configuration decriptor;
     89         * i.e. all interface descriptors.
     90         */
    8991        for (; interface_ptr != NULL;
    9092            interface_ptr = usb_dp_get_sibling_descriptor(
     
    99101                /* Skip alternate interfaces. */
    100102                if (interface_in_list(list, interface->interface_number)) {
    101                         /* TODO: add the alternatives and create match ids
    102                          * for them. */
     103                        /*
     104                         * TODO: add the alternatives and create match ids
     105                         * for them.
     106                         */
    103107                        continue;
    104108                }
Note: See TracChangeset for help on using the changeset viewer.