Commit b1842ffd authored by Eric W. Biederman's avatar Eric W. Biederman

ipv6: Add missing newline to __xfrm6_output_finish

Add a newline between variable declarations and the code.
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 184e16d7
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment