From: Eric W. Biederman Date: Thu, 1 Oct 2015 16:41:42 +0000 (-0500) Subject: ipv6: Add missing newline to __xfrm6_output_finish X-Git-Tag: v4.4-rc1~141^2~224^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1842ffddf8941aee4fcd95594bf62d3dc2867cc;p=thirdparty%2Fkernel%2Flinux.git ipv6: Add missing newline to __xfrm6_output_finish Add a newline between variable declarations and the code. Signed-off-by: "Eric W. Biederman" --- diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 335066a64b457..4cefda009f532 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c @@ -134,6 +134,7 @@ int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb) static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb) { struct xfrm_state *x = skb_dst(skb)->xfrm; + return x->outer_mode->afinfo->output_finish(sk, skb); }