linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] af_key: fix indentation on declaration statement
@ 2018-11-13 14:23 Colin King
  2018-11-20  7:34 ` Steffen Klassert
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-11-13 14:23 UTC (permalink / raw)
  To: Steffen Klassert, Herbert Xu, David S . Miller, netdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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>
---
 net/key/af_key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] af_key: fix indentation on declaration statement
  2018-11-13 14:23 [PATCH] af_key: fix indentation on declaration statement Colin King
@ 2018-11-20  7:34 ` Steffen Klassert
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Klassert @ 2018-11-20  7:34 UTC (permalink / raw)
  To: Colin King
  Cc: Herbert Xu, David S . Miller, netdev, kernel-janitors, linux-kernel

On Tue, Nov 13, 2018 at 02:23:28PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>

Applied to ipsec-next.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-20  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13 14:23 [PATCH] af_key: fix indentation on declaration statement Colin King
2018-11-20  7:34 ` Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).