aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_output.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2015-10-01 11:41:42 -0500
committerEric W. Biederman <ebiederm@xmission.com>2015-10-01 11:43:29 -0500
commitb1842ffddf8941aee4fcd95594bf62d3dc2867cc (patch)
tree97e38fab54ce534f3ebcb46ff94e127be1d8ed69 /net/ipv6/xfrm6_output.c
parentopenvswitch: Remove ovs_vport_output_sk (diff)
downloadlinux-dev-b1842ffddf8941aee4fcd95594bf62d3dc2867cc.tar.xz
linux-dev-b1842ffddf8941aee4fcd95594bf62d3dc2867cc.zip
ipv6: Add missing newline to __xfrm6_output_finish
Add a newline between variable declarations and the code. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to '')
-rw-r--r--net/ipv6/xfrm6_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c
index 335066a64b45..4cefda009f53 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);
}