diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 01:15:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-13 17:20:40 -0700 |
commit | 62c89238b182101dab0ae106f4c68061512c41f5 (patch) | |
tree | 7af1e5d84948050d008f56ad2ec8b04772036910 /net/x25/x25_route.c | |
parent | 726e6af9af44b39cb0860667095fbce3a489ef42 (diff) |
net: x25: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Andrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25/x25_route.c')
-rw-r--r-- | net/x25/x25_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/x25_route.c b/net/x25/x25_route.c index b8e94d58d0f1..00e46c9a5280 100644 --- a/net/x25/x25_route.c +++ b/net/x25/x25_route.c @@ -142,7 +142,7 @@ struct net_device *x25_dev_get(char *devname) /** * x25_get_route - Find a route given an X.25 address. - * @addr - address to find a route for + * @addr: - address to find a route for * * Find a route given an X.25 address. */ |