diff mbox series

[net-next,05/20] net: decnet: kerneldoc fixes

Message ID 20200712231516.1139335-6-andrew@lunn.ch
State Accepted
Delegated to: David Miller
Headers show
Series net simple kerneldoc fixes | expand

Commit Message

Andrew Lunn July 12, 2020, 11:15 p.m. UTC
Simple fixes which require no deep knowledge of the code.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 net/decnet/dn_route.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/net/decnet/dn_route.c b/net/decnet/dn_route.c
index 9eb7e4b62d9b..4cac31d22a50 100644
--- a/net/decnet/dn_route.c
+++ b/net/decnet/dn_route.c
@@ -494,6 +494,8 @@  static int dn_return_long(struct sk_buff *skb)
 
 /**
  * dn_route_rx_packet - Try and find a route for an incoming packet
+ * @net: The applicable net namespace
+ * @sk: Socket packet transmitted on
  * @skb: The packet to find a route for
  *
  * Returns: result of input function if route is found, error code otherwise