Re: [PATCH 3/3] net: core: dst: Add kernel-doc for 'net' parameter

2018-03-05 Thread David Miller
From: Jonathan Neuschäfer Date: Sun, 4 Mar 2018 03:29:53 +0100 > This fixes the following kernel-doc warning: > > ./include/net/dst.h:366: warning: Function parameter or member 'net' not > described in 'skb_tunnel_rx' > > Fixes: ea23192e8e57 ("tunnels: harmonize

Re: [PATCH 3/3] net: core: dst: Add kernel-doc for 'net' parameter

2018-03-05 Thread David Miller
From: Jonathan Neuschäfer Date: Sun, 4 Mar 2018 03:29:53 +0100 > This fixes the following kernel-doc warning: > > ./include/net/dst.h:366: warning: Function parameter or member 'net' not > described in 'skb_tunnel_rx' > > Fixes: ea23192e8e57 ("tunnels: harmonize cleanup done on skb on rx

[PATCH 3/3] net: core: dst: Add kernel-doc for 'net' parameter

2018-03-03 Thread Jonathan Neuschäfer
This fixes the following kernel-doc warning: ./include/net/dst.h:366: warning: Function parameter or member 'net' not described in 'skb_tunnel_rx' Fixes: ea23192e8e57 ("tunnels: harmonize cleanup done on skb on rx path") Signed-off-by: Jonathan Neuschäfer ---

[PATCH 3/3] net: core: dst: Add kernel-doc for 'net' parameter

2018-03-03 Thread Jonathan Neuschäfer
This fixes the following kernel-doc warning: ./include/net/dst.h:366: warning: Function parameter or member 'net' not described in 'skb_tunnel_rx' Fixes: ea23192e8e57 ("tunnels: harmonize cleanup done on skb on rx path") Signed-off-by: Jonathan Neuschäfer --- include/net/dst.h | 1 + 1 file