Signed-off-by: Martin Hundebøll martin@hundeboll.net --- multicast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multicast.h b/multicast.h index 73b5d45..d790a71 100644 --- a/multicast.h +++ b/multicast.h @@ -19,7 +19,7 @@ #define _NET_BATMAN_ADV_MULTICAST_H_
/** - * batadv_forw_mode - the way a packet should be forwarded as + * enum batadv_forw_mode - the way a packet should be forwarded as * @BATADV_FORW_ALL: forward the packet to all nodes (currently via classic * flooding) * @BATADV_FORW_SINGLE: forward the packet to a single node (currently via the