提交 67b5909e 编写于 作者: R Roman Fietze 提交者: Marc Kleine-Budde

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: NRoman Fietze <roman.fietze@telemotive.de>
Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
上级 5247a589
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册