Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33d043d6 authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller
Browse files

[IPV4]: ip_finish_output() can be inlined



Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9070683b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
	return -EINVAL;
}

static int ip_finish_output(struct sk_buff *skb)
static inline int ip_finish_output(struct sk_buff *skb)
{
	struct net_device *dev = skb->dst->dev;