Skip to content

Commit 7759d6a

Browse files
Colin Ian Kingklassert
authored andcommitted
xfrm: policy: add missing indentation
There is a missing indentation before the goto statement. Add it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 4fc735d commit 7759d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/xfrm/xfrm_policy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ static void xfrm_policy_queue_process(struct timer_list *t)
27822782
pq->timeout = pq->timeout << 1;
27832783
if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout))
27842784
xfrm_pol_hold(pol);
2785-
goto out;
2785+
goto out;
27862786
}
27872787

27882788
dst_release(dst);

0 commit comments

Comments
 (0)