Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67b5909e authored by Roman Fietze's avatar Roman Fietze Committed by Marc Kleine-Budde
Browse files

can: dev: fix typo CIA -> CiA, CAN in Automation



This patch fixes a typo in CAN's dev.c:

    CIA -> CiA

which stands for CAN in Automation.

Signed-off-by: default avatarRoman Fietze <roman.fietze@telemotive.de>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 5247a589
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ static int can_calc_bittiming(struct net_device *dev, struct can_bittiming *bt,
	long rate;
	u64 v64;

	/* Use CIA recommended sample points */
	/* Use CiA recommended sample points */
	if (bt->sample_point) {
		sampl_pt = bt->sample_point;
	} else {