net: decnet: kerneldoc fixes
authorAndrew Lunn <andrew@lunn.ch>
Sun, 12 Jul 2020 23:15:01 +0000 (01:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jul 2020 00:20:39 +0000 (17:20 -0700)
Simple fixes which require no deep knowledge of the code.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_route.c

index 9eb7e4b62d9b7e9d261f86b8694548691ba898c9..4cac31d22a502077b959e7d734d24be7a57467f7 100644 (file)
@@ -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