提交 a7b70e2d 编写于 作者: M Marc Kleine-Budde

can: rx-offload: can_rx_offload_compare(): fix typo

This patch fixes a typo found by checkpatch.
Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
上级 54dd0b89
...@@ -109,7 +109,7 @@ static int can_rx_offload_compare(struct sk_buff *a, struct sk_buff *b) ...@@ -109,7 +109,7 @@ static int can_rx_offload_compare(struct sk_buff *a, struct sk_buff *b)
cb_a = can_rx_offload_get_cb(a); cb_a = can_rx_offload_get_cb(a);
cb_b = can_rx_offload_get_cb(b); cb_b = can_rx_offload_get_cb(b);
/* Substract two u32 and return result as int, to keep /* Subtract two u32 and return result as int, to keep
* difference steady around the u32 overflow. * difference steady around the u32 overflow.
*/ */
return cb_b->timestamp - cb_a->timestamp; return cb_b->timestamp - cb_a->timestamp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册