Changeset 5ef16903 in mainline for uspace/drv/nic/rtl8169/defs.h


Ignore:
Timestamp:
2018-03-10T21:56:20Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
338d54a7
Parents:
53ad43c
Message:

ccheck found these backslashes incorrectly placed in C code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8169/defs.h

    r53ad43c r5ef16903  
    189189        INT_RER = (1 << 1), /**< Receive error interrupt */
    190190        INT_ROK = (1 << 0), /**< Receive OK interrupt */
    191         INT_KNOWN = (INT_SERR | INT_TIME_OUT | INT_SW | INT_TDU \
    192             | INT_FIFOOVW | INT_PUN | INT_RXOVW | INT_TER \
    193             | INT_TOK| INT_RER | INT_ROK),
     191        INT_KNOWN = (INT_SERR | INT_TIME_OUT | INT_SW | INT_TDU |
     192            INT_FIFOOVW | INT_PUN | INT_RXOVW | INT_TER |
     193            INT_TOK | INT_RER | INT_ROK),
    194194};
    195195
Note: See TracChangeset for help on using the changeset viewer.