diff options
Diffstat (limited to 'net/batman-adv/send.c')
-rw-r--r-- | net/batman-adv/send.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/batman-adv/send.c b/net/batman-adv/send.c index 4425af9dad40..89810cea0530 100644 --- a/net/batman-adv/send.c +++ b/net/batman-adv/send.c | |||
@@ -330,7 +330,6 @@ batadv_purge_outstanding_packets(struct batadv_priv *bat_priv, | |||
330 | spin_lock_bh(&bat_priv->forw_bcast_list_lock); | 330 | spin_lock_bh(&bat_priv->forw_bcast_list_lock); |
331 | hlist_for_each_entry_safe(forw_packet, tmp_node, safe_tmp_node, | 331 | hlist_for_each_entry_safe(forw_packet, tmp_node, safe_tmp_node, |
332 | &bat_priv->forw_bcast_list, list) { | 332 | &bat_priv->forw_bcast_list, list) { |
333 | |||
334 | /* if purge_outstanding_packets() was called with an argument | 333 | /* if purge_outstanding_packets() was called with an argument |
335 | * we delete only packets belonging to the given interface | 334 | * we delete only packets belonging to the given interface |
336 | */ | 335 | */ |
@@ -357,7 +356,6 @@ batadv_purge_outstanding_packets(struct batadv_priv *bat_priv, | |||
357 | spin_lock_bh(&bat_priv->forw_bat_list_lock); | 356 | spin_lock_bh(&bat_priv->forw_bat_list_lock); |
358 | hlist_for_each_entry_safe(forw_packet, tmp_node, safe_tmp_node, | 357 | hlist_for_each_entry_safe(forw_packet, tmp_node, safe_tmp_node, |
359 | &bat_priv->forw_bat_list, list) { | 358 | &bat_priv->forw_bat_list, list) { |
360 | |||
361 | /* if purge_outstanding_packets() was called with an argument | 359 | /* if purge_outstanding_packets() was called with an argument |
362 | * we delete only packets belonging to the given interface | 360 | * we delete only packets belonging to the given interface |
363 | */ | 361 | */ |