diff options
author | Sven Eckelmann <sven@narfation.org> | 2020-07-31 20:33:00 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2020-08-18 19:39:54 +0200 |
commit | 21ba5ab2aa8adecef4addf8f481c33f204da93d2 (patch) | |
tree | 2212bdab713070b06c88facd4e9f221455eafc3c /net/batman-adv/network-coding.c | |
parent | 6f5b92a79c4aa1a7cd2e985ccbd5c40aaa77bd73 (diff) | |
download | linux-21ba5ab2aa8adecef4addf8f481c33f204da93d2.tar.gz linux-21ba5ab2aa8adecef4addf8f481c33f204da93d2.tar.bz2 linux-21ba5ab2aa8adecef4addf8f481c33f204da93d2.zip |
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/network-coding.c')
-rw-r--r-- | net/batman-adv/network-coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c index 48d707850f3e..64619b7a3a77 100644 --- a/net/batman-adv/network-coding.c +++ b/net/batman-adv/network-coding.c @@ -250,7 +250,7 @@ static void batadv_nc_path_put(struct batadv_nc_path *nc_path) /** * batadv_nc_packet_free() - frees nc packet * @nc_packet: the nc packet to free - * @dropped: whether the packet is freed because is is dropped + * @dropped: whether the packet is freed because is dropped */ static void batadv_nc_packet_free(struct batadv_nc_packet *nc_packet, bool dropped) |