diff mbox

[net-next] genetlink: remove ops_list from genetlink header.

Message ID 1496560061-1673-1-git-send-email-rami.rosen@intel.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Rami Rosen June 4, 2017, 7:07 a.m. UTC
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(-)

Comments

Sergei Shtylyov June 4, 2017, 5:18 p.m. UTC | #1
Hello!

On 6/4/2017 10:07 AM, Rami Rosen wrote:

> commit d91824 ("genetlink: register family ops as array") removed the

    At least 12 digits required.

> 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>
[...]

MNR, Sergei
Rami Rosen June 4, 2017, 7:20 p.m. UTC | #2
Hi, Sergei,

Thanks! I will send V2 with 12 digits for the commit.

Regards,
Rami Rosen


-----Original Message-----
From: Sergei Shtylyov [mailto:sergei.shtylyov@cogentembedded.com] 

Sent: Sunday, June 04, 2017 20:18
To: Rosen, Rami <rami.rosen@intel.com>; davem@davemloft.net
Cc: netdev@vger.kernel.org; Berg, Johannes <johannes.berg@intel.com>
Subject: Re: [PATCH net-next] genetlink: remove ops_list from genetlink header.

Hello!

On 6/4/2017 10:07 AM, Rami Rosen wrote:

> commit d91824 ("genetlink: register family ops as array") removed the


    At least 12 digits required.

> 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>

[...]

MNR, Sergei
David Miller June 4, 2017, 8:25 p.m. UTC | #3
From: "Rosen, Rami" <rami.rosen@intel.com>
Date: Sun, 4 Jun 2017 19:20:43 +0000

> Hi, Sergei,
> 
> Thanks! I will send V2 with 12 digits for the commit.

Please never top-post.
diff mbox

Patch

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;