Changeset 983e135 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h


Ignore:
Timestamp:
2011-09-19T13:31:23Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b6f8dd
Parents:
d46b13d
Message:

usbhub: Further codestyle changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.h

    rd46b13d r983e135  
    7777         * searched again and again for the 'right pipe'.
    7878         */
    79         usb_pipe_t * status_change_pipe;
     79        usb_pipe_t *status_change_pipe;
    8080
    81         /** convenience pointer to control pipe
     81        /** Convenience pointer to control pipe
    8282         *
    8383         * Control pipe is initialized in usb_device structure. This is
    84          * pointer into this structure, so that it does not have to be
    85          * searched again and again for the 'right pipe'.
     84         * pointer into that structure, so that we don't not have to
     85         * search again and again for the 'right pipe'.
    8686         */
    87         usb_pipe_t * control_pipe;
     87        usb_pipe_t *control_pipe;
    8888
    89         /** generic usb device data*/
    90         usb_device_t * usb_device;
     89        /** Generic usb device data*/
     90        usb_device_t *usb_device;
    9191
    9292        /** Number of pending operations on the mutex to prevent shooting
     
    101101        /** Condition variable for pending_ops_count. */
    102102        fibril_condvar_t pending_ops_cv;
    103 
    104103};
    105104
Note: See TracChangeset for help on using the changeset viewer.