Skip to content

Commit b1842ff

Browse files
committed
ipv6: Add missing newline to __xfrm6_output_finish
Add a newline between variable declarations and the code. Signed-off-by: "Eric W. Biederman" <[email protected]>
1 parent 184e16d commit b1842ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv6/xfrm6_output.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb)
134134
static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
135135
{
136136
struct xfrm_state *x = skb_dst(skb)->xfrm;
137+
137138
return x->outer_mode->afinfo->output_finish(sk, skb);
138139
}
139140

0 commit comments

Comments
 (0)