summary refs log tree commit diff
path: root/net/xfrm
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-13 14:28:42 +0000
committerSteffen Klassert <steffen.klassert@secunet.com>2018-11-15 18:09:32 +0100
commit7759d6a837edf3e2cc627d3bd7167c6fec637d64 (patch)
treec6ae488e0a5c4e38796f6456225807cc220432ee /net/xfrm
parent4fc735d934ef8afb2f12d19293e3418d14ba6ba2 (diff)
downloadlinux-7759d6a837edf3e2cc627d3bd7167c6fec637d64.tar.gz
xfrm: policy: add missing indentation
There is a missing indentation before the goto statement. Add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/xfrm')
-rw-r--r--net/xfrm/xfrm_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index bd80b8a4322f..e8b8e722da62 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -2782,7 +2782,7 @@ static void xfrm_policy_queue_process(struct timer_list *t)
 		pq->timeout = pq->timeout << 1;
 		if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout))
 			xfrm_pol_hold(pol);
-	goto out;
+		goto out;
 	}
 
 	dst_release(dst);