Commit 62c89238 authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: x25: kerneldoc fixes

Simple fixes which require no deep knowledge of the code.

Cc: Andrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 726e6af9
...@@ -270,7 +270,7 @@ void x25_link_device_up(struct net_device *dev) ...@@ -270,7 +270,7 @@ void x25_link_device_up(struct net_device *dev)
/** /**
* __x25_remove_neigh - remove neighbour from x25_neigh_list * __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. * Remove neighbour from x25_neigh_list. If it was there.
* Caller must hold x25_neigh_list_lock. * Caller must hold x25_neigh_list_lock.
......
...@@ -142,7 +142,7 @@ struct net_device *x25_dev_get(char *devname) ...@@ -142,7 +142,7 @@ struct net_device *x25_dev_get(char *devname)
/** /**
* x25_get_route - Find a route given an X.25 address. * 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. * Find a route given an X.25 address.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment