Signed-off-by: Martin Hundebøll martin@hundeboll.net --- originator.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/originator.c b/originator.c index 6a48451..3c2413e 100644 --- a/originator.c +++ b/originator.c @@ -166,7 +166,7 @@ static void batadv_neigh_ifinfo_free_rcu(struct rcu_head *rcu) }
/** - * batadv_neigh_ifinfo_free_now - decrement the refcounter and possibly free + * batadv_neigh_ifinfo_free_ref_now - decrement the refcounter and possibly free * the neigh_ifinfo (without rcu callback) * @neigh_ifinfo: the neigh_ifinfo object to release */ @@ -233,7 +233,7 @@ void batadv_neigh_node_free_ref(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 @@ -347,7 +347,7 @@ out:
/** * batadv_neigh_ifinfo_get - find the ifinfo from an neigh_node - * @neigh_node: the neigh node to be queried + * @neigh: the neigh node to be queried * @if_outgoing: the interface for which the ifinfo should be acquired * * The object is returned with refcounter increased by 1. @@ -380,7 +380,7 @@ batadv_neigh_ifinfo_get(struct batadv_neigh_node *neigh,
/** * batadv_neigh_ifinfo_new - search and possibly create an neigh_ifinfo object - * @neigh_node: the neigh node to be queried + * @neigh: the neigh node to be queried * @if_outgoing: the interface for which the ifinfo should be acquired * * Returns NULL in case of failure or the neigh_ifinfo object for the @@ -516,7 +516,7 @@ static void batadv_orig_ifinfo_free_rcu(struct rcu_head *rcu) }
/** - * batadv_orig_ifinfo_free_ref - decrement the refcounter and possibly free + * batadv_orig_ifinfo_free_ref_now - decrement the refcounter and possibly free * the orig_ifinfo (without rcu callback) * @orig_ifinfo: the orig_ifinfo object to release */