Ignore:
Timestamp:
2016-08-31T11:15:39Z (9 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/drv/bus/usb/usbhid/mouse/mousedev.c

    r7a67416 r58563585  
    254254                    "will not be destroyed.\n", ddf_fun_get_name(fun)); \
    255255        } \
    256 } else (void)0
     256} else (void) 0
    257257
    258258/** Get highest index of a button mentioned in given report.
     
    325325
    326326        if (hid_dev == NULL) {
    327                 usb_log_error("Failed to init keyboard structure: no structure"
     327                usb_log_error("Failed to init mouse structure: no structure"
    328328                    " given.\n");
    329329                return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.