Skip to content

Commit 4fc735d

Browse files
Colin Ian Kingklassert
authored andcommitted
af_key: fix indentation on declaration statement
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]>
1 parent 6ac098b commit 4fc735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/key/af_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol)
20202020

20212021
static inline int pfkey_xfrm_policy2sec_ctx_size(const struct xfrm_policy *xp)
20222022
{
2023-
struct xfrm_sec_ctx *xfrm_ctx = xp->security;
2023+
struct xfrm_sec_ctx *xfrm_ctx = xp->security;
20242024

20252025
if (xfrm_ctx) {
20262026
int len = sizeof(struct sadb_x_sec_ctx);

0 commit comments

Comments
 (0)