]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
genetlink: remove ops_list from genetlink header.
authorRosen, Rami <rami.rosen@intel.com>
Sun, 4 Jun 2017 12:20:01 +0000 (15:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2017 14:54:55 +0000 (10:54 -0400)
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>
include/net/genetlink.h

index 68b88192b00c6200aa0b8b2628554952d0d79a1c..c59a098221db3fcec6f56bf8028f0b7ba80f2473 100644 (file)
@@ -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;