From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/can/isotp.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/arch/x86_64/linux/can/isotp.h') diff --git a/include/arch/x86_64/linux/can/isotp.h b/include/arch/x86_64/linux/can/isotp.h index 7d46f53b..d986173d 100644 --- a/include/arch/x86_64/linux/can/isotp.h +++ b/include/arch/x86_64/linux/can/isotp.h @@ -59,12 +59,12 @@ /* sockopts to force stmin timer values for protocol regression tests */ #define CAN_ISOTP_TX_STMIN 3 /* pass __u32 value in nano secs */ - /* use this time instead of value */ - /* provided in FC from the receiver */ +/* use this time instead of value */ +/* provided in FC from the receiver */ #define CAN_ISOTP_RX_STMIN 4 /* pass __u32 value in nano secs */ - /* ignore received CF frames which */ - /* timestamps differ less than val */ +/* ignore received CF frames which */ +/* timestamps differ less than val */ #define CAN_ISOTP_LL_OPTS 5 /* pass struct can_isotp_ll_options */ @@ -85,7 +85,7 @@ struct can_isotp_options { /* __u8 value : content on rx path */ __u8 rx_ext_address; /* set address for extended addressing */ - /* __u8 value : extended address (rx) */ + /* __u8 value : extended address (rx) */ }; struct can_isotp_fc_options { -- cgit v1.2.3