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/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arch/x86_64/linux/can/error.h') 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 */ -- cgit v1.2.3