summary refs log tree commit diff
path: root/net/batman-adv/send.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2020-07-31 20:33:00 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2020-08-18 19:39:54 +0200
commit21ba5ab2aa8adecef4addf8f481c33f204da93d2 (patch)
tree2212bdab713070b06c88facd4e9f221455eafc3c /net/batman-adv/send.c
parent6f5b92a79c4aa1a7cd2e985ccbd5c40aaa77bd73 (diff)
downloadlinux-21ba5ab2aa8adecef4addf8f481c33f204da93d2.tar.gz
batman-adv: Drop repeated words in comments
checkpatch found various instances of "Possible repeated word" in various
comments.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/send.c')
-rw-r--r--net/batman-adv/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/send.c b/net/batman-adv/send.c
index d267b94800d6..87017332b567 100644
--- a/net/batman-adv/send.c
+++ b/net/batman-adv/send.c
@@ -461,7 +461,7 @@ int batadv_send_skb_via_gw(struct batadv_priv *bat_priv, struct sk_buff *skb,
 /**
  * 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 is dropped
  *
  * This frees a forwarding packet and releases any resources it might
  * have claimed.