Commit 7759d6a8 authored by Colin Ian King's avatar Colin Ian King Committed by Steffen Klassert

xfrm: policy: add missing indentation

There is a missing indentation before the goto statement. Add it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 4fc735d9
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment