Signed-off-by: Martin Hundebøll martin@hundeboll.net --- routing.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/routing.c b/routing.c index 35f76f2..385f319 100644 --- a/routing.c +++ b/routing.c @@ -876,7 +876,6 @@ rx_success: * batadv_recv_unicast_tvlv - receive and process unicast tvlv packets * @skb: unicast tvlv packet to process * @recv_if: pointer to interface this packet was received on - * @dst_addr: the payload destination * * Returns NET_RX_SUCCESS if the packet has been consumed or NET_RX_DROP * otherwise.