Ignore:
Timestamp:
2018-05-15T08:32:36Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8800b13, fac0ac7
Parents:
3a26925
git-author:
Jiri Svoboda <jiri@…> (2018-05-14 17:31:01)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-15 08:32:36)
Message:

Fix some block comments (found by ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hiddescriptor.c

    r3a26925 r47e00b83  
    203203                if (USB_HID_ITEM_FLAG_VARIABLE(report_item->item_flags) == 0) {
    204204                        /*
    205                         Store usage array. The Correct Usage Page and Usage is
    206                         depending on data in report and will be filled later
    207                         */
     205                         * Store usage array. The Correct Usage Page and Usage is
     206                         * depending on data in report and will be filled later
     207                         */
    208208                        field->usage = 0;
    209209                        field->usage_page = 0; //report_item->usage_page;
Note: See TracChangeset for help on using the changeset viewer.