Skip to content

Commit

Permalink
xfrm: policy: add missing indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Steffen Klassert committed Nov 15, 2018
1 parent 4fc735d commit 7759d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7759d6a

Please sign in to comment.