This was introduced by ("batman-adv: substitute tt_poss_change with a
per-tt_entry flag")

Reported-by: Marek Lindner <[email protected]>
Signed-off-by: Antonio Quartulli <[email protected]>
---
 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
  */
-- 
1.8.0

Reply via email to