netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] genetlink: remove ops_list from genetlink header.
@ 2017-06-04  7:07 Rami Rosen
  2017-06-04 17:18 ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Rami Rosen @ 2017-06-04  7:07 UTC (permalink / raw)
  To: davem; +Cc: netdev, johannes.berg, Rami Rosen

commit d91824 ("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>
---
 include/net/genetlink.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/genetlink.h b/include/net/genetlink.h
index 68b8819..c59a098 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;
-- 
2.4.11

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-04 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04  7:07 [PATCH net-next] genetlink: remove ops_list from genetlink header Rami Rosen
2017-06-04 17:18 ` Sergei Shtylyov
2017-06-04 19:20   ` Rosen, Rami
2017-06-04 20:25     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).