[7/8] net: batman-adv: soft-interface.c: delete duplicated words

Message ID 20200822231335.31304-8-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 "the" in two places.

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/soft-interface.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

--- linux-next-20200731.orig/net/batman-adv/soft-interface.c
+++ linux-next-20200731/net/batman-adv/soft-interface.c
@@ -649,7 +649,7 @@  static void batadv_softif_destroy_vlan(s
 /**
  * batadv_interface_add_vid() - ndo_add_vid API implementation
  * @dev: the netdev of the mesh interface
- * @proto: protocol of the the vlan id
+ * @proto: protocol of the vlan id
  * @vid: identifier of the new vlan
  *
  * Set up all the internal structures for handling the new vlan on top of the
@@ -707,7 +707,7 @@  static int batadv_interface_add_vid(stru
 /**
  * batadv_interface_kill_vid() - ndo_kill_vid API implementation
  * @dev: the netdev of the mesh interface
- * @proto: protocol of the the vlan id
+ * @proto: protocol of the vlan id
  * @vid: identifier of the deleted vlan
  *
  * Destroy all the internal structures used to handle the vlan identified by vid