[4/8] net: batman-adv: multicast.c: delete duplicated word

Message ID 20200822231335.31304-5-rdunlap@infradead.org (mailing list archive)
State Not Applicable, archived
Delegated to: Simon Wunderlich
Headers
Series net: batman-adv: delete duplicated words + other fixes |

Commit Message

Randy Dunlap Aug. 22, 2020, 11:13 p.m. UTC
  Drop the repeated word "multicast".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Marek Lindner <mareklindner@neomailbox.ch>
Cc: Simon Wunderlich <sw@simonwunderlich.de>
Cc: Antonio Quartulli <a@unstable.cc>
Cc: Sven Eckelmann <sven@narfation.org>
Cc: b.a.t.m.a.n@lists.open-mesh.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
---
 net/batman-adv/multicast.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

--- linux-next-20200731.orig/net/batman-adv/multicast.c
+++ linux-next-20200731/net/batman-adv/multicast.c
@@ -207,7 +207,7 @@  static u8 batadv_mcast_mla_rtr_flags_bri
 		return BATADV_MCAST_WANT_NO_RTR4 | BATADV_MCAST_WANT_NO_RTR6;
 
 	/* TODO: ask the bridge if a multicast router is present (the bridge
-	 * is capable of performing proper RFC4286 multicast multicast router
+	 * is capable of performing proper RFC4286 multicast router
 	 * discovery) instead of searching for a ff02::2 listener here
 	 */
 	ret = br_multicast_list_adjacent(dev, &bridge_mcast_list);