Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit c90d7c132f275b2988e609f1ae370c0eb94edbfe Author: Sven Eckelmann sven@narfation.org Date: Sat Feb 16 08:36:02 2019 +0100
batctl: Fix kerneldoc of BATADV_ATTR_MULTICAST_FORCEFLOOD_ENABLED
The name and the description has to be separated by ":" to be accepted as valid kerneldoc.
Signed-off-by: Sven Eckelmann sven@narfation.org
c90d7c132f275b2988e609f1ae370c0eb94edbfe batman_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman_adv.h b/batman_adv.h index 9b12d2a..305bf31 100644 --- a/batman_adv.h +++ b/batman_adv.h @@ -456,7 +456,7 @@ enum batadv_nl_attrs { BATADV_ATTR_LOG_LEVEL,
/** - * @BATADV_ATTR_MULTICAST_FORCEFLOOD_ENABLED whether multicast + * @BATADV_ATTR_MULTICAST_FORCEFLOOD_ENABLED: whether multicast * optimizations should be replaced by simple broadcast-like flooding * of multicast packets. If set to non-zero then all nodes in the mesh * are going to use classic flooding for any multicast packet with no