diff options
author | Sven Eckelmann <sven@narfation.org> | 2020-07-31 21:33:00 +0300 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2020-08-18 20:39:54 +0300 |
commit | 21ba5ab2aa8adecef4addf8f481c33f204da93d2 (patch) | |
tree | 2212bdab713070b06c88facd4e9f221455eafc3c /net/batman-adv/send.c | |
parent | 6f5b92a79c4aa1a7cd2e985ccbd5c40aaa77bd73 (diff) | |
download | linux-21ba5ab2aa8adecef4addf8f481c33f204da93d2.tar.xz |
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.c | 2 |
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. |