On Dienstag, 20. September 2016 14:12:45 CEST Linus Lüssing wrote: [...]
+/**
- batadv_v_elp_neigh_update - update an ELP neighbour node
- @bat_priv: the bat priv with all the soft interface information
- @neigh_addr: the neighbour interface address
@@ -581,6 +628,7 @@ void batadv_v_elp_primary_iface_set(struct batadv_hard_iface *primary_iface)
- ELP packet.
*/ static void batadv_v_elp_neigh_update(struct batadv_priv *bat_priv,
struct sk_buff *skb, u8 *neigh_addr, struct batadv_hard_iface *if_incoming, struct batadv_elp_packet *elp_packet)
skb parameter was added but the kernel-doc header was not added.
Kind regards, Sven