diff options
Diffstat (limited to 'include/arch/x86_64/linux/can/netlink.h')
| -rw-r--r-- | include/arch/x86_64/linux/can/netlink.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/arch/x86_64/linux/can/netlink.h b/include/arch/x86_64/linux/can/netlink.h index 872ae869..334b9ffc 100644 --- a/include/arch/x86_64/linux/can/netlink.h +++ b/include/arch/x86_64/linux/can/netlink.h @@ -101,9 +101,8 @@ struct can_ctrlmode { #define CAN_CTRLMODE_PRESUME_ACK 0x40 /* Ignore missing CAN ACKs */ #define CAN_CTRLMODE_FD_NON_ISO 0x80 /* CAN FD in non-ISO mode */ #define CAN_CTRLMODE_CC_LEN8_DLC 0x100 /* Classic CAN DLC option */ -#define CAN_CTRLMODE_TDC_AUTO \ - 0x200 /* CAN transiver automatically calculates TDCV */ -#define CAN_CTRLMODE_TDC_MANUAL 0x400 /* TDCV is manually set up by user */ +#define CAN_CTRLMODE_TDC_AUTO 0x200 /* CAN transiver automatically calculates TDCV */ +#define CAN_CTRLMODE_TDC_MANUAL 0x400 /* TDCV is manually set up by user */ /* * CAN device statistics |
