aboutsummaryrefslogtreecommitdiffstats
path: root/net/key
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-13 14:23:28 +0000
committerSteffen Klassert <steffen.klassert@secunet.com>2018-11-15 18:09:32 +0100
commit4fc735d934ef8afb2f12d19293e3418d14ba6ba2 (patch)
tree7ae75a1dd9e79b900e6574f126b05e7dc6cc342b /net/key
parentxfrm: policy: add 2nd-level saddr trees for inexact policies (diff)
downloadlinux-dev-4fc735d934ef8afb2f12d19293e3418d14ba6ba2.tar.xz
linux-dev-4fc735d934ef8afb2f12d19293e3418d14ba6ba2.zip
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 <colin.king@canonical.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/key')
-rw-r--r--net/key/af_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c
index 9d61266526e7..655c787f9d54 100644
--- a/net/key/af_key.c
+++ b/net/key/af_key.c
@@ -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);