ipv6: Add missing newline to __xfrm6_output_finish
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 1 Oct 2015 16:41:42 +0000 (11:41 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 1 Oct 2015 16:43:29 +0000 (11:43 -0500)
Add a newline between variable declarations and the code.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
net/ipv6/xfrm6_output.c

index 335066a64b4575e544eb091240c351e2b9c9edac..4cefda009f53299bed8b4ac9008125a67da0fb68 100644 (file)
@@ -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);
 }
 
This page took 0.027213 seconds and 5 git commands to generate.