On Wed, Apr 13, 2016 at 10:32:43PM +0200, Sven Eckelmann wrote:
On Thursday 14 April 2016 03:34:47 Antonio Quartulli wrote: [...]
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index 9abfb3e..316af66 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h @@ -1277,6 +1277,7 @@ struct batadv_forw_packet { struct batadv_algo_ops { struct hlist_node list; char *name;
- void (*bat_iface_activate)(struct batadv_hard_iface *hard_iface); int (*bat_iface_enable)(struct batadv_hard_iface *hard_iface); void (*bat_iface_disable)(struct batadv_hard_iface *hard_iface); void (*bat_iface_update_mac)(struct batadv_hard_iface *hard_iface);
kernel-doc is missing for @bat_iface_activate
Thanks Sven, I sent v2 with the kerneldoc
Cheers,