]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tipc: fix missing indentation in source code
authorjohn.rutherford@dektech.com.au <john.rutherford@dektech.com.au>
Mon, 24 Jun 2019 06:45:16 +0000 (16:45 +1000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2019 14:29:45 +0000 (07:29 -0700)
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>
net/tipc/netlink.c

index 99bd166bccec6941ff031e5be0fe4dbf300cd6f9..d6165ad384c0fb02d6a35bcae1abd63cad411194 100644 (file)
@@ -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,