Changeset 18b6a88 in mainline for uspace/drv/char


Ignore:
Timestamp:
2018-04-15T09:35:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

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

    r8ebe212 r18b6a88  
    10131013 * @param stop_bits     The number of stop bits used.
    10141014 */
    1015 static void
    1016     ns8250_get_props(ddf_dev_t *dev, unsigned int *baud_rate, unsigned int *parity,
    1017     unsigned int *word_length, unsigned int *stop_bits)
     1015static void ns8250_get_props(ddf_dev_t *dev, unsigned int *baud_rate,
     1016    unsigned int *parity, unsigned int *word_length, unsigned int *stop_bits)
    10181017{
    10191018        ns8250_t *data = dev_ns8250(dev);
Note: See TracChangeset for help on using the changeset viewer.