Changeset 6ff23ff in mainline for uspace/lib/usb/src/port.c


Ignore:
Timestamp:
2018-05-17T13:46:56Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f8772d4
Parents:
7c3fb9b
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 18:44:36)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 13:46:56)
Message:

More comment fixing (ccheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/port.c

    r7c3fb9b r6ff23ff  
    224224                break;
    225225
    226         /* We first have to stop the fibril in progress. */
    227226        case PORT_CONNECTING:
     227                /* We first have to stop the fibril in progress. */
    228228                port->state = PORT_ERROR;
    229229                fibril_condvar_broadcast(&port->enabled_cv);
Note: See TracChangeset for help on using the changeset viewer.