Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit bc91a4a7e00c9610dd6285e5ca8bea9cb208cbe7 Author: Antonio Quartulli ordex@autistici.org Date: Wed Nov 7 21:07:35 2012 +0100
batman-adv: fix kernel-doc for batadv_reroute_unicast_packet()
This was introduced by ("batman-adv: substitute tt_poss_change with a per-tt_entry flag")
Reported-by: Marek Lindner lindner_marek@yahoo.de Signed-off-by: Antonio Quartulli ordex@autistici.org Signed-off-by: Marek Lindner lindner_marek@yahoo.de
bc91a4a7e00c9610dd6285e5ca8bea9cb208cbe7 routing.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/routing.c b/routing.c index 63ff456..1aa1722 100644 --- a/routing.c +++ b/routing.c @@ -877,11 +877,10 @@ out: * @bat_priv: the bat priv with all the soft interface information * @unicast_packet: the unicast header to be updated * @dst_addr: the payload destination - * @msg: the message to print explaining the reason of the requested re-route * - * Search the global translation table for dst_addr and update the unicast - * header with the new corresponding information (originator address where the - * destination client currently is and its known TTVN) + * Search the translation table for dst_addr and update the unicast header with + * the new corresponding information (originator address where the destination + * client currently is and its known TTVN) * * Returns true if the packet header has been updated, false otherwise */