Skip to content

Commit 8eb1a85

Browse files
neuschaeferdavem330
authored andcommitted
net: core: dst: Add kernel-doc for 'net' parameter
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: ea23192 ("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>
1 parent 4c1342d commit 8eb1a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/net/dst.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ static inline void __skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev,
356356
* skb_tunnel_rx - prepare skb for rx reinsert
357357
* @skb: buffer
358358
* @dev: tunnel device
359+
* @net: netns for packet i/o
359360
*
360361
* After decapsulation, packet is going to re-enter (netif_rx()) our stack,
361362
* so make some cleanups, and perform accounting.

0 commit comments

Comments
 (0)