Changeset 956d4281 in mainline


Ignore:
Timestamp:
2013-07-14T21:51:25Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12df1f1, b86a32e
Parents:
3aece36
Message:

ns8250: fix cstyle and typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ns8250/ns8250.c

    r3aece36 r956d4281  
    236236 *
    237237 * @param fun           The serial port function
    238  * @param buf           The ouput buffer for read data.
     238 * @param buf           The output buffer for read data.
    239239 * @param count         The number of bytes to be read.
    240240 *
     
    918918       
    919919        fibril_mutex_lock(&ns->mutex);
    920                 if (ns->client_connections > 0) {
     920        if (ns->client_connections > 0) {
    921921                fibril_mutex_unlock(&ns->mutex);
    922922                return EBUSY;
Note: See TracChangeset for help on using the changeset viewer.