Ignore:
File:
1 edited

Legend:

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

    rd1582b50 r4453a12a  
    7474
    7575#define USB_HID_INVALID                 -98
    76 /** Unknown tag was founded in report descriptor data */
     76/** Unknown tag was founded in report descriptor data*/
    7777#define USB_HID_UNKNOWN_TAG             -99
    7878
     
    245245                field->item_flags = report_item->item_flags;
    246246
    247                 /* find the right report list */
     247                /* find the right report list*/
    248248                usb_hid_report_description_t *report_des;
    249249                report_des = usb_hid_report_find_description(report,
     
    352352        list_initialize(&stack);
    353353
    354         /* parser structure initialization */
     354        /* parser structure initialization*/
    355355        if (usb_hid_report_init(report) != EOK) {
    356356                return EINVAL;
    357357        }
    358358
    359         /* report item initialization */
     359        /*report item initialization*/
    360360        if (!(report_item = malloc(sizeof(usb_hid_report_item_t)))) {
    361361                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.