tipc: fix missing indentation in source code
Fix misalignment of policy statement in netlink.c due to automatic
spatch code transformation.
Fixes: 3b0f31f2b8
("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>
This commit is contained in:
parent
2f9b0d93a9
commit
c04b6ea4e6
|
@ -261,7 +261,7 @@ struct genl_family tipc_genl_family __ro_after_init = {
|
||||||
.version = TIPC_GENL_V2_VERSION,
|
.version = TIPC_GENL_V2_VERSION,
|
||||||
.hdrsize = 0,
|
.hdrsize = 0,
|
||||||
.maxattr = TIPC_NLA_MAX,
|
.maxattr = TIPC_NLA_MAX,
|
||||||
.policy = tipc_nl_policy,
|
.policy = tipc_nl_policy,
|
||||||
.netnsok = true,
|
.netnsok = true,
|
||||||
.module = THIS_MODULE,
|
.module = THIS_MODULE,
|
||||||
.ops = tipc_genl_v2_ops,
|
.ops = tipc_genl_v2_ops,
|
||||||
|
|
Loading…
Reference in New Issue