From: Rosen, Rami Date: Sun, 4 Jun 2017 12:20:01 +0000 (+0300) Subject: genetlink: remove ops_list from genetlink header. X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~7517^2~286 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4e2ec43654f240a3731612764850140f669d1b4b;p=mirror_ubuntu-focal-kernel.git 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 Signed-off-by: David S. Miller --- 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;