Changeset 7c3fb9b in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2018-05-17T08:29:01Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.c

    rfac0ac7 r7c3fb9b  
    358358
    359359        if (code == XHCI_TRBC_COMMAND_RING_STOPPED) {
    360                 /* This can either mean that the ring is being stopped, or
     360                /*
     361                 * This can either mean that the ring is being stopped, or
    361362                 * a command was aborted. In either way, wake threads waiting
    362363                 * on stopped_cv.
     
    671672
    672673        if (XHCI_REG_RD(hc->op_regs, XHCI_OP_CRR)) {
    673                 /* 4.6.1.2, implementation note
     674                /*
     675                 * 4.6.1.2, implementation note
    674676                 * Assume there are larger problems with HC and
    675677                 * reset it.
     
    720722                    &cmd->_header.completed_mtx, XHCI_COMMAND_TIMEOUT);
    721723
    722                 /* The waiting timed out. Current command (not necessarily
     724                /*
     725                 * The waiting timed out. Current command (not necessarily
    723726                 * ours) is probably blocked.
    724727                 */
Note: See TracChangeset for help on using the changeset viewer.