summary refs log tree commit diff
path: root/net/tipc/netlink.c
diff options
context:
space:
mode:
authorjohn.rutherford@dektech.com.au <john.rutherford@dektech.com.au>2019-06-24 16:45:16 +1000
committerDavid S. Miller <davem@davemloft.net>2019-06-24 07:29:45 -0700
commitc04b6ea4e6097dbe35f50d4302bbcbab5310df31 (patch)
treee49233ebb6bedfe296dc0fbda00fd310b5f8f85e /net/tipc/netlink.c
parent2f9b0d93a9d3ec64558537ab5d7cff820886afa4 (diff)
downloadlinux-c04b6ea4e6097dbe35f50d4302bbcbab5310df31.tar.gz
tipc: fix missing indentation in source code
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/netlink.c')
-rw-r--r--net/tipc/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c
index 99bd166bccec..d6165ad384c0 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,