On Thursday 07 April 2016 15:03:11 Simon Wunderlich wrote:
Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c index 8caa2c7..19cc404 100644 --- a/net/batman-adv/multicast.c +++ b/net/batman-adv/multicast.c @@ -320,6 +391,31 @@ static int batadv_mcast_forw_mode_check_ipv4(struct batadv_priv *bat_priv, return 0; }
+#if IS_ENABLED(CONFIG_IPV6) +/**
- batadv_mcast_is_report_ipv6 - check for MLD reports
put a space after the dash?
Just to clarify: There is some kind of symbol but it is not a simple space. Right now it is 0xe280af [1]. This is a little bit too fancy for a simple space (0x20).
Kind regards, Sven