Skip to content

Commit

Permalink
af_key: fix indentation on declaration statement
Browse files Browse the repository at this point in the history
There is an indentation issue before the declaration of xfrm_ctx. Remove
spaces and replace with a tab.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Steffen Klassert <[email protected]>
  • Loading branch information
Colin Ian King authored and klassert committed Nov 15, 2018
1 parent 6ac098b commit 4fc735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/key/af_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol)

static inline int pfkey_xfrm_policy2sec_ctx_size(const struct xfrm_policy *xp)
{
struct xfrm_sec_ctx *xfrm_ctx = xp->security;
struct xfrm_sec_ctx *xfrm_ctx = xp->security;

if (xfrm_ctx) {
int len = sizeof(struct sadb_x_sec_ctx);
Expand Down

0 comments on commit 4fc735d

Please sign in to comment.