Skip to content

Commit 3ca3c4a

Browse files
andre-hartmannmarckleinebudde
authored andcommitted
can: netlink: fix documentation typos
This patch fixes some documentation typos in struct can_bittiming_const. Signed-off-by: Andre Hartmann <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent e83e416 commit 3ca3c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/uapi/linux/can/netlink.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ struct can_bittiming {
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 */

0 commit comments

Comments
 (0)