net: x25: kerneldoc fixes
authorAndrew Lunn <andrew@lunn.ch>
Sun, 12 Jul 2020 23:15:16 +0000 (01:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jul 2020 00:20:40 +0000 (17:20 -0700)
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>
net/x25/x25_link.c
net/x25/x25_route.c

index 7d02532..fdae054 100644 (file)
@@ -270,7 +270,7 @@ void x25_link_device_up(struct net_device *dev)
 
 /**
  *     __x25_remove_neigh - remove neighbour from x25_neigh_list
- *     @nb - neigh to remove
+ *     @nb: - neigh to remove
  *
  *     Remove neighbour from x25_neigh_list. If it was there.
  *     Caller must hold x25_neigh_list_lock.
index b8e94d5..00e46c9 100644 (file)
@@ -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.
  */