projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54dd0b8
)
can: rx-offload: can_rx_offload_compare(): fix typo
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 7 Oct 2019 08:00:25 +0000
(10:00 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 11 Nov 2019 20:58:10 +0000
(21:58 +0100)
This patch fixes a typo found by checkpatch.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/rx-offload.c
patch
|
blob
|
history
diff --git
a/drivers/net/can/rx-offload.c
b/drivers/net/can/rx-offload.c
index 62393b029e4e6ccce11853b796d0341faa907b73..c277c51511532c6ab013ba2bc497a6312c0df32c 100644
(file)
--- a/
drivers/net/can/rx-offload.c
+++ b/
drivers/net/can/rx-offload.c
@@
-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_b = can_rx_offload_get_cb(b);
- /* Sub
s
tract 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.
*/
return cb_b->timestamp - cb_a->timestamp;