[0/8] net: batman-adv: delete duplicated words + other fixes

Message ID 20200822231335.31304-1-rdunlap@infradead.org (mailing list archive)
Headers
Series net: batman-adv: delete duplicated words + other fixes |

Message

Randy Dunlap Aug. 22, 2020, 11:13 p.m. UTC
  Drop repeated words in net/batman-adv/.


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/bridge_loop_avoidance.c |    2 +-
 net/batman-adv/fragmentation.c         |    2 +-
 net/batman-adv/hard-interface.c        |    2 +-
 net/batman-adv/multicast.c             |    2 +-
 net/batman-adv/network-coding.c        |    2 +-
 net/batman-adv/send.c                  |    2 +-
 net/batman-adv/soft-interface.c        |    4 ++--
 net/batman-adv/types.h                 |    4 ++--
 8 files changed, 10 insertions(+), 10 deletions(-)
  

Comments

Randy Dunlap Aug. 23, 2020, 6:05 a.m. UTC | #1
On 8/22/20 10:49 PM, Sven Eckelmann wrote:
> On Sunday, 23 August 2020 01:13:27 CEST Randy Dunlap wrote:
>> Drop repeated words in net/batman-adv/.
> 
> Please rebase to only contain the changes not yet in 
> https://git.open-mesh.org/linux-merge.git/shortlog/refs/heads/batadv/net-next
> 
> Kind regards,
> 	Sven

Ah, I think that you have everything covered already.
Glad to see it.


Is this git tree included in linux-next?

thanks.
  
Sven Eckelmann Aug. 23, 2020, 6:45 a.m. UTC | #2
On Sunday, 23 August 2020 08:05:10 CEST Randy Dunlap wrote:
[...]
> > Please rebase to only contain the changes not yet in 
> > https://git.open-mesh.org/linux-merge.git/shortlog/refs/heads/batadv/net-next
[...]
> Is this git tree included in linux-next?

No, Stephen Rothwell isn't including the batadv/net + batadv/net-next branches 
of this tree [1] directly - only the netdev trees are included. And the batadv 
specific branches were not yet submitted for inclusion after net-next reopened [2]
after -rc1.

Kind regards,
	Sven

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS?id=c3d8f220d01220a5b253e422be407d068dc65511#n3135
[2] https://lore.kernel.org/netdev/20200818.002258.232165702420264020.davem@davemloft.net/T/#u
  
David Miller Aug. 24, 2020, 11:20 p.m. UTC | #3
From: Randy Dunlap <rdunlap@infradead.org>
Date: Sat, 22 Aug 2020 16:13:27 -0700

> Drop repeated words in net/batman-adv/.

I'll let the batman-adv folks integrate this series.