diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-17 17:21:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-17 17:18:37 -0700 |
commit | be10de0a322ded7701a4dcce4a0ba83b3bbf42e5 (patch) | |
tree | 1965f043eb43d71c80228c73a6a2f929c9694db0 /net/ipv6/xfrm6_output.c | |
parent | 0c4b51f0054ce85c0ec578ab818f0631834573eb (diff) | |
download | linux-be10de0a322ded7701a4dcce4a0ba83b3bbf42e5.tar.gz linux-be10de0a322ded7701a4dcce4a0ba83b3bbf42e5.tar.bz2 linux-be10de0a322ded7701a4dcce4a0ba83b3bbf42e5.zip |
netfilter: Add blank lines in callers of netfilter hooks
In code review it was noticed that I had failed to add some blank lines
in places where they are customarily used. Taking a second look at the
code I have to agree blank lines would be nice so I have added them
here.
Reported-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
-rw-r--r-- | net/ipv6/xfrm6_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index 68a996f8a044..0c3e9ffcf231 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c @@ -169,6 +169,7 @@ static int __xfrm6_output(struct net *net, struct sock *sk, struct sk_buff *skb) int xfrm6_output(struct sock *sk, struct sk_buff *skb) { struct net *net = dev_net(skb_dst(skb)->dev); + return NF_HOOK_COND(NFPROTO_IPV6, NF_INET_POST_ROUTING, net, sk, skb, NULL, skb_dst(skb)->dev, __xfrm6_output, |