Skip to content

Commit

Permalink
ipv6: Add missing newline to __xfrm6_output_finish
Browse files Browse the repository at this point in the history
Add a newline between variable declarations and the code.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
  • Loading branch information
ebiederm committed Oct 1, 2015
1 parent 184e16d commit b1842ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/xfrm6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit b1842ff

Please sign in to comment.