netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [net-next] tipc: fix missing indentation in source code
       [not found] <20190624040123.32337-1-john.rutherford@dektech.com.au>
@ 2019-06-24 14:30 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-06-24 14:30 UTC (permalink / raw)
  To: john.rutherford; +Cc: netdev, tipc-discussion

From: John Rutherford <john.rutherford@dektech.com.au>
Date: Mon, 24 Jun 2019 14:01:23 +1000

> Fix misalignment of policy statement in netlink.c due to automatic
> spatch code transformation.
> 
> Fixes: 3b0f31f2b8c9 ("genetlink: make policy common to family")
> Acked-by: Jon Maloy <jon.maloy@ericsson.com>
> Signed-off-by: John Rutherford <john.rutherford@dektech.com.au>

Applied.

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

* [net-next] tipc: fix missing indentation in source code
@ 2019-06-24  6:45 john.rutherford
  0 siblings, 0 replies; 2+ messages in thread
From: john.rutherford @ 2019-06-24  6:45 UTC (permalink / raw)
  To: netdev; +Cc: John Rutherford

Fix misalignment of policy statement in netlink.c due to automatic
spatch code transformation.

Fixes: 3b0f31f2b8c9 ("genetlink: make policy common to family")
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: John Rutherford <john.rutherford@dektech.com.au>
---
 net/tipc/netlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c
index 99bd166..d6165ad 100644
--- a/net/tipc/netlink.c
+++ b/net/tipc/netlink.c
@@ -261,7 +261,7 @@ struct genl_family tipc_genl_family __ro_after_init = {
 	.version	= TIPC_GENL_V2_VERSION,
 	.hdrsize	= 0,
 	.maxattr	= TIPC_NLA_MAX,
-	.policy = tipc_nl_policy,
+	.policy		= tipc_nl_policy,
 	.netnsok	= true,
 	.module		= THIS_MODULE,
 	.ops		= tipc_genl_v2_ops,
-- 
2.11.0


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

end of thread, other threads:[~2019-06-24 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190624040123.32337-1-john.rutherford@dektech.com.au>
2019-06-24 14:30 ` [net-next] tipc: fix missing indentation in source code David Miller
2019-06-24  6:45 john.rutherford

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).