diff options
author | Rosen, Rami <rami.rosen@intel.com> | 2017-06-04 15:20:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-05 10:54:55 -0400 |
commit | 4e2ec43654f240a3731612764850140f669d1b4b (patch) | |
tree | 839351acaf574002768836b0d129b8922209054c /include/net/genetlink.h | |
parent | aae1a2ce1416fa79213bd765cee5b961540265b3 (diff) | |
download | linux-stable-4e2ec43654f240a3731612764850140f669d1b4b.tar.gz linux-stable-4e2ec43654f240a3731612764850140f669d1b4b.tar.bz2 linux-stable-4e2ec43654f240a3731612764850140f669d1b4b.zip |
genetlink: remove ops_list from genetlink header.
commit d91824c08fbc ("genetlink: register family ops as array") removed the
ops_list member from both genl_family and genl_ops; while the
documentation of genl_family was updated accordingly by this patch,
ops_list remained in the documentation of the genl_ops object.
This patch fixes it by removing ops_list from genl_ops documentation.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/genetlink.h')
-rw-r--r-- | include/net/genetlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/genetlink.h b/include/net/genetlink.h index 68b88192b00c..c59a098221db 100644 --- a/include/net/genetlink.h +++ b/include/net/genetlink.h @@ -128,7 +128,6 @@ static inline int genl_err_attr(struct genl_info *info, int err, * @start: start callback for dumps * @dumpit: callback for dumpers * @done: completion callback for dumps - * @ops_list: operations list */ struct genl_ops { const struct nla_policy *policy; |