1
0
Fork 0

can: dev: can_dellink(): remove return at end of void function

This patch remove the return at the end of the void function
can_dellink().

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
alistair/sunxi64-5.4-dsi
Marc Kleine-Budde 2019-08-27 21:11:59 +02:00
parent f59d7824bf
commit d36673f591
1 changed files with 0 additions and 1 deletions

View File

@ -1196,7 +1196,6 @@ static int can_newlink(struct net *src_net, struct net_device *dev,
static void can_dellink(struct net_device *dev, struct list_head *head)
{
return;
}
static struct rtnl_link_ops can_link_ops __read_mostly = {