summaryrefslogtreecommitdiffstats
path: root/net/xfrm
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2015-09-17 18:21:31 -0400
committerDavid S. Miller <davem@davemloft.net>2015-09-17 20:18:37 -0400
commitbe10de0a322ded7701a4dcce4a0ba83b3bbf42e5 (patch)
tree1965f043eb43d71c80228c73a6a2f929c9694db0 /net/xfrm
parent0c4b51f0054ce85c0ec578ab818f0631834573eb (diff)
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/xfrm')
-rw-r--r--net/xfrm/xfrm_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c
index 61ba99f61dc8..c48a4b8582bb 100644
--- a/net/xfrm/xfrm_output.c
+++ b/net/xfrm/xfrm_output.c
@@ -132,6 +132,7 @@ out:
132int xfrm_output_resume(struct sk_buff *skb, int err) 132int xfrm_output_resume(struct sk_buff *skb, int err)
133{ 133{
134 struct net *net = xs_net(skb_dst(skb)->xfrm); 134 struct net *net = xs_net(skb_dst(skb)->xfrm);
135
135 while (likely((err = xfrm_output_one(skb, err)) == 0)) { 136 while (likely((err = xfrm_output_one(skb, err)) == 0)) {
136 nf_reset(skb); 137 nf_reset(skb);
137 138