Re: [PATCH] net: Add missing kernel-doc for netdev ptype lists

2016-03-21 Thread David Miller
From: Benjamin Poirier 
Date: Mon, 21 Mar 2016 14:08:28 -0700

> .//include/linux/netdevice.h:1826: warning: No description found for 
> parameter 'ptype_all'
> .//include/linux/netdevice.h:1826: warning: No description found for 
> parameter 'ptype_specific'
> 
> Introduced by commit 7866a621043f ("dev: add per net_device packet type
> chains")
> 
> Cc: Salam Noureddine 
> Signed-off-by: Benjamin Poirier 

Applied.


Re: [PATCH] net: Add missing kernel-doc for netdev ptype lists

2016-03-21 Thread Luis de Bethencourt
On 21/03/16 21:08, Benjamin Poirier wrote:
> .//include/linux/netdevice.h:1826: warning: No description found for 
> parameter 'ptype_all'
> .//include/linux/netdevice.h:1826: warning: No description found for 
> parameter 'ptype_specific'
> 
> Introduced by commit 7866a621043f ("dev: add per net_device packet type
> chains")
> 
> Cc: Salam Noureddine 
> Signed-off-by: Benjamin Poirier 
> ---
>  include/linux/netdevice.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index 9a3d55c..1937bdd 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -1418,6 +1418,8 @@ enum netdev_priv_flags {
>   *   @unreg_list:List entry, that is used, when we are unregistering the
>   *   device, see the function unregister_netdev
>   *   @close_list:List entry, that is used, when we are closing the device
> + *   @ptype_all: Device-specific packet handlers for all protocols
> + *   @ptype_specific: Device-specific, protocol-specific packet handlers
>   *
>   *   @adj_list:  Directly linked devices, like slaves for bonding
>   *   @all_adj_list:  All linked devices, *including* neighbours
> 

Looks good to me.

Thanks Benjamin :)

Luis


[PATCH] net: Add missing kernel-doc for netdev ptype lists

2016-03-21 Thread Benjamin Poirier
.//include/linux/netdevice.h:1826: warning: No description found for parameter 
'ptype_all'
.//include/linux/netdevice.h:1826: warning: No description found for parameter 
'ptype_specific'

Introduced by commit 7866a621043f ("dev: add per net_device packet type
chains")

Cc: Salam Noureddine 
Signed-off-by: Benjamin Poirier 
---
 include/linux/netdevice.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 9a3d55c..1937bdd 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1418,6 +1418,8 @@ enum netdev_priv_flags {
  * @unreg_list:List entry, that is used, when we are unregistering the
  * device, see the function unregister_netdev
  * @close_list:List entry, that is used, when we are closing the device
+ * @ptype_all: Device-specific packet handlers for all protocols
+ * @ptype_specific: Device-specific, protocol-specific packet handlers
  *
  * @adj_list:  Directly linked devices, like slaves for bonding
  * @all_adj_list:  All linked devices, *including* neighbours
-- 
2.7.2