diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 01:15:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-13 17:20:39 -0700 |
commit | aff53b23a9a74cf6729a6022e5dd22dd698bd9d9 (patch) | |
tree | a8c743450c775f639d21c39468d2ad0fa92624f5 /net/decnet | |
parent | d0b1101bb5c1224881bb58460311d458ff1350d0 (diff) | |
download | linux-aff53b23a9a74cf6729a6022e5dd22dd698bd9d9.tar.bz2 |
net: decnet: kerneldoc fixes
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>
Diffstat (limited to 'net/decnet')
-rw-r--r-- | net/decnet/dn_route.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |