[6/8] net: batman-adv: send.c: fix duplicated word

Message ID 20200822231335.31304-7-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
  Change "is is" to "it is".

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/send.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

--- linux-next-20200731.orig/net/batman-adv/send.c
+++ linux-next-20200731/net/batman-adv/send.c
@@ -461,7 +461,7 @@  int batadv_send_skb_via_gw(struct batadv
 /**
  * batadv_forw_packet_free() - free a forwarding packet
  * @forw_packet: The packet to free
- * @dropped: whether the packet is freed because is is dropped
+ * @dropped: whether the packet is freed because it is dropped
  *
  * This frees a forwarding packet and releases any resources it might
  * have claimed.