summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2015-09-06 21:38:50 +0200
committerAntonio Quartulli <a@unstable.cc>2016-02-02 05:40:28 +0100
commit42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (patch)
tree3b8c69015987b273af0ec1618e38ebe902255d8d /net/batman-adv/routing.c
parentbatman-adv: Fix kerneldoc parsing of structs/enums (diff)
downloadlinux-42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7.tar.xz
linux-42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7.zip
batman-adv: Remove kerneldoc for missing parameters
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <a@unstable.cc>
Diffstat (limited to 'net/batman-adv/routing.c')
-rw-r--r--net/batman-adv/routing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c
index e4f2646d9246..54d660806c2a 100644
--- a/net/batman-adv/routing.c
+++ b/net/batman-adv/routing.c
@@ -904,7 +904,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.