Skip to content

Commit

Permalink
genetlink: remove ops_list from genetlink header.
Browse files Browse the repository at this point in the history
commit d91824c ("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>
  • Loading branch information
Rosen, Rami authored and David S. Miller committed Jun 5, 2017
1 parent aae1a2c commit 4e2ec43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/genetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4e2ec43

Please sign in to comment.