projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfc8c9
)
can: gw: can_can_gw_rcv(): remove return at end of void function
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Wed, 24 Jul 2019 12:33:13 +0000
(14:33 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Tue, 13 Aug 2019 15:32:21 +0000
(17:32 +0200)
This patch remove the return at the end of the void function
can_can_gw_rcv().
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
net/can/gw.c
patch
|
blob
|
history
diff --git
a/net/can/gw.c
b/net/can/gw.c
index ff7366ecd5cd58a85b092696cbf4e8bf02a08f94..9b2efbad1b7ec66ac71dfd4329580d1add916577 100644
(file)
--- a/
net/can/gw.c
+++ b/
net/can/gw.c
@@
-447,7
+447,6
@@
static void can_can_gw_rcv(struct sk_buff *skb, void *data)
/* delete frame due to misconfiguration */
gwj->deleted_frames++;
kfree_skb(nskb);
- return;
}
static inline int cgw_register_filter(struct net *net, struct cgw_job *gwj)