projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184e16d
)
ipv6: Add missing newline to __xfrm6_output_finish
author
Eric W. Biederman
<ebiederm@xmission.com>
Thu, 1 Oct 2015 16:41:42 +0000
(11:41 -0500)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/net/ipv6/xfrm6_output.c
b/net/ipv6/xfrm6_output.c
index 335066a64b4575e544eb091240c351e2b9c9edac..4cefda009f53299bed8b4ac9008125a67da0fb68 100644
(file)
--- 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);
}