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>
This commit is contained in:
parent
4fc735d934
commit
7759d6a837
|
@ -2782,7 +2782,7 @@ static void xfrm_policy_queue_process(struct timer_list *t)
|
||||||
pq->timeout = pq->timeout << 1;
|
pq->timeout = pq->timeout << 1;
|
||||||
if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout))
|
if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout))
|
||||||
xfrm_pol_hold(pol);
|
xfrm_pol_hold(pol);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
dst_release(dst);
|
dst_release(dst);
|
||||||
|
|
Loading…
Reference in New Issue