diff options
author | Antonio Quartulli | 2016-03-11 16:36:19 +0100 |
---|---|---|
committer | Antonio Quartulli | 2016-05-04 02:22:03 +0800 |
commit | 6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf (patch) | |
tree | 88edc2962af03b6c50d133f0843d523efd47dd11 /net/batman-adv/originator.c | |
parent | 4ba4bc0f74d32b201cecc33e153a4a18d5c5db1d (diff) |
batman-adv: fix wrong names in kerneldoc
Signed-off-by: Antonio Quartulli <a@unstable.cc>
[sven@narfation.org: Fix additional names]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/originator.c')
-rw-r--r-- | net/batman-adv/originator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/originator.c b/net/batman-adv/originator.c index 5b802f0dc24b..155c1dd36c17 100644 --- a/net/batman-adv/originator.c +++ b/net/batman-adv/originator.c @@ -289,7 +289,7 @@ void batadv_neigh_node_put(struct batadv_neigh_node *neigh_node) } /** - * batadv_orig_node_get_router - router to the originator depending on iface + * batadv_orig_router_get - router to the originator depending on iface * @orig_node: the orig node for the router * @if_outgoing: the interface where the payload packet has been received or * the OGM should be sent to |