Ignore:
Timestamp:
2018-04-27T14:15:03Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7148abf
Parents:
a2eb85d
git-author:
Jiri Svoboda <jiri@…> (2018-04-26 17:14:26)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-27 14:15:03)
Message:

Fix incorrectly indented double-slash comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hw_struct/trb.h

    ra2eb85d r3fafe5e0  
    4848        XHCI_TRB_TYPE_RESERVED = 0,
    4949
    50 // Transfer ring:
     50        /*
     51         * Transfer ring:
     52         */
    5153        XHCI_TRB_TYPE_NORMAL,
    5254        XHCI_TRB_TYPE_SETUP_STAGE,
     
    5860        XHCI_TRB_TYPE_NO_OP,
    5961
    60 // Command ring:
     62        /*
     63         * Command ring:
     64         */
    6165        XHCI_TRB_TYPE_ENABLE_SLOT_CMD,
    6266        XHCI_TRB_TYPE_DISABLE_SLOT_CMD,
     
    7478        XHCI_TRB_TYPE_FORCE_HEADER_CMD,
    7579        XHCI_TRB_TYPE_NO_OP_CMD,
    76 // Reserved: 24-31
    77 
    78 // Event ring:
     80        /*
     81         * Reserved: 24-31
     82        */
     83
     84        /*
     85         * Event ring:
     86         */
    7987        XHCI_TRB_TYPE_TRANSFER_EVENT = 32,
    8088        XHCI_TRB_TYPE_COMMAND_COMPLETION_EVENT,
Note: See TracChangeset for help on using the changeset viewer.