Skip to content

Commit

Permalink
net: x25: kerneldoc fixes
Browse files Browse the repository at this point in the history
Simple fixes which require no deep knowledge of the code.

Cc: Andrew Hendry <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
lunn authored and davem330 committed Jul 14, 2020
1 parent 726e6af commit 62c8923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/x25/x25_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion net/x25/x25_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 62c8923

Please sign in to comment.