diff options
author | 2019-08-09 13:07:28 -0500 | |
---|---|---|
committer | 2019-08-09 13:07:28 -0500 | |
commit | 3f61fd41f38328f0a585eaba2d72d339fe9aecda (patch) | |
tree | 4a6fe7dc98a44dec003833a7fa440daa6c304a28 /net/tipc/netlink.c | |
parent | drm/amdgpu: remove RREG64/WREG64 (diff) | |
parent | Linux 5.3-rc3 (diff) | |
download | linux-dev-3f61fd41f38328f0a585eaba2d72d339fe9aecda.tar.xz linux-dev-3f61fd41f38328f0a585eaba2d72d339fe9aecda.zip |
Merge tag 'v5.3-rc3' into drm-next-5.4
Linux 5.3-rc3
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'net/tipc/netlink.c')
-rw-r--r-- | net/tipc/netlink.c | 2 |
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, |