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/hard-interface.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/hard-interface.c')
-rw-r--r-- | net/batman-adv/hard-interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c index f95be90adaab..dad99641df2a 100644 --- a/net/batman-adv/hard-interface.c +++ b/net/batman-adv/hard-interface.c @@ -599,7 +599,7 @@ out: /* report to the other components the maximum amount of bytes that * batman-adv can send over the wire (without considering the payload * overhead). For example, this value is used by TT to compute the - * maximum local table table size + * maximum local table size */ atomic_set(&bat_priv->packet_size_max, min_mtu); |