b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: netdev@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Marek Lindner <mareklindner@neomailbox.ch>,
	Simon Wunderlich <sw@simonwunderlich.de>,
	Antonio Quartulli <a@unstable.cc>,
	Sven Eckelmann <sven@narfation.org>,
	b.a.t.m.a.n@lists.open-mesh.org,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH 4/8] net: batman-adv: multicast.c: delete duplicated word
Date: Sat, 22 Aug 2020 16:13:31 -0700	[thread overview]
Message-ID: <20200822231335.31304-5-rdunlap@infradead.org> (raw)
In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org>

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(-)

--- 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);

  parent reply	other threads:[~2020-08-22 23:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22 23:13 [PATCH 0/8] net: batman-adv: delete duplicated words + other fixes Randy Dunlap
2020-08-22 23:13 ` [PATCH 1/8] net: batman-adv: bridge_loop_avoidance.c: delete duplicated word Randy Dunlap
2020-08-22 23:13 ` [PATCH 2/8] net: batman-adv: fragmentation.c: " Randy Dunlap
2020-08-22 23:13 ` [PATCH 3/8] net: batman-adv: hard-interface.c: delete duplicated word + fix punctuation Randy Dunlap
2020-08-22 23:13 ` Randy Dunlap [this message]
2020-08-22 23:13 ` [PATCH 5/8] net: batman-adv: network-coding.c: fix duplicated word Randy Dunlap
2020-08-22 23:13 ` [PATCH 6/8] net: batman-adv: send.c: " Randy Dunlap
2020-08-22 23:13 ` [PATCH 7/8] net: batman-adv: soft-interface.c: delete duplicated words Randy Dunlap
2020-08-22 23:13 ` [PATCH 8/8] net: batman-adv: types.h: " Randy Dunlap
2020-08-23  5:49 ` [PATCH 0/8] net: batman-adv: delete duplicated words + other fixes Sven Eckelmann
2020-08-23  6:05   ` Randy Dunlap
2020-08-23  6:45     ` Sven Eckelmann
2020-08-24 23:20 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200822231335.31304-5-rdunlap@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=a@unstable.cc \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=mareklindner@neomailbox.ch \
    --cc=netdev@vger.kernel.org \
    --cc=sven@narfation.org \
    --cc=sw@simonwunderlich.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).