1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2018-11-13 14:28:42 +00:00 committed by Steffen Klassert
parent 4fc735d934
commit 7759d6a837
1 changed files with 1 additions and 1 deletions

View File

@ -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);