summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-03-04 03:29:53 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-10-21 08:44:52 +0100
commit5406f0c730c54155a9cfd16740baebcaccd94e56 (patch)
tree4c5e8519c2cc3410b2137bed7ed4fe7b849ce054 /include
parent8b216a8f3f9dfcded74677470579a6ff0b258be5 (diff)
downloadlinux-stable-5406f0c730c54155a9cfd16740baebcaccd94e56.tar.gz
linux-stable-5406f0c730c54155a9cfd16740baebcaccd94e56.tar.bz2
linux-stable-5406f0c730c54155a9cfd16740baebcaccd94e56.zip
net: core: dst: Add kernel-doc for 'net' parameter
commit 8eb1a8590f5ca114fabf16ebb26a4bce0255ace9 upstream. 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 <j.neuschaefer@gmx.net> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/net/dst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index 673e69d1d7be..707c95b3d184 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -350,6 +350,7 @@ static inline void __skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev,
* skb_tunnel_rx - prepare skb for rx reinsert
* @skb: buffer
* @dev: tunnel device
+ * @net: netns for packet i/o
*
* After decapsulation, packet is going to re-enter (netif_rx()) our stack,
* so make some cleanups, and perform accounting.