summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/can
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/can')
-rw-r--r--include/arch/x86_64/linux/can/error.h2
-rw-r--r--include/arch/x86_64/linux/can/isotp.h10
2 files changed, 6 insertions, 6 deletions
diff --git a/include/arch/x86_64/linux/can/error.h b/include/arch/x86_64/linux/can/error.h
index e2fe2400..e4ed236e 100644
--- a/include/arch/x86_64/linux/can/error.h
+++ b/include/arch/x86_64/linux/can/error.h
@@ -63,7 +63,7 @@
/* arbitration lost in bit ... / data[0] */
#define CAN_ERR_LOSTARB_UNSPEC 0x00 /* unspecified */
- /* else bit number in bitstream */
+/* else bit number in bitstream */
/* error status of CAN-controller / data[1] */
#define CAN_ERR_CRTL_UNSPEC 0x00 /* unspecified */
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 {