hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/uapi/linux/can/netlink.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
22 /*
33 * linux/can/netlink.h
44 *
....@@ -40,15 +40,15 @@
4040 };
4141
4242 /*
43
- * CAN harware-dependent bit-timing constant
43
+ * CAN hardware-dependent bit-timing constant
4444 *
4545 * Used for calculating and checking bit-timing parameters
4646 */
4747 struct can_bittiming_const {
4848 char name[16]; /* Name of the CAN controller hardware */
49
- __u32 tseg1_min; /* Time segement 1 = prop_seg + phase_seg1 */
49
+ __u32 tseg1_min; /* Time segment 1 = prop_seg + phase_seg1 */
5050 __u32 tseg1_max;
51
- __u32 tseg2_min; /* Time segement 2 = phase_seg2 */
51
+ __u32 tseg2_min; /* Time segment 2 = phase_seg2 */
5252 __u32 tseg2_max;
5353 __u32 sjw_max; /* Synchronisation jump width */
5454 __u32 brp_min; /* Bit-rate prescaler */