On Tuesday 15 July 2014 04:38:18 Linus Lüssing wrote:
+#ifdef CONFIG_BATMAN_ADV_MCAST +/**
- batadv_mcast_flags_open - Prepare file handler for reads from mcast_flags
No upper case please.
rcu_read_lock();
hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
if (!(orig_node->capa_initialized &
BATADV_ORIG_CAPA_HAS_MCAST))
continue;
Why not printing '-' in this case as well ?
Cheers, Marek