Changeset 05b59393 in mainline for uspace/lib/usbdev/src/devdrv.c


Ignore:
Timestamp:
2017-10-04T18:02:14Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9e88da
Parents:
0b2d369
Message:

Fix a couple of benign clang warnings.
No change in semantics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devdrv.c

    r0b2d369 r05b59393  
    5353
    5454/** USB device structure. */
    55 typedef struct usb_device {
     55struct usb_device {
    5656        /** Connection to device on USB bus */
    5757        usb_dev_session_t *bus_session;
     
    9595         */
    9696        void *driver_data;
    97 } usb_device_t;
     97};
    9898
    9999/** Count number of pipes the driver expects.
Note: See TracChangeset for help on using the changeset viewer.