projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ac098b
)
af_key: fix indentation on declaration statement
author
Colin Ian King
<colin.king@canonical.com>
Tue, 13 Nov 2018 14:23:28 +0000
(14:23 +0000)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Thu, 15 Nov 2018 17:09:32 +0000
(18:09 +0100)
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>
net/key/af_key.c
patch
|
blob
|
history
diff --git
a/net/key/af_key.c
b/net/key/af_key.c
index
9d61266
..
655c787
100644
(file)
--- 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);