From: Andrew Lunn Date: Sun, 12 Jul 2020 23:15:01 +0000 (+0200) Subject: net: decnet: kerneldoc fixes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aff53b23a9a74cf6729a6022e5dd22dd698bd9d9;p=linux.git net: decnet: kerneldoc fixes Simple fixes which require no deep knowledge of the code. Signed-off-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/net/decnet/dn_route.c b/net/decnet/dn_route.c index 9eb7e4b62d9b7..4cac31d22a502 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