Message ID | 20200822231335.31304-4-rdunlap@infradead.org |
---|---|
State | New |
Headers | show |
Series | net: batman-adv: delete duplicated words + other fixes | expand |
--- linux-next-20200731.orig/net/batman-adv/hard-interface.c +++ linux-next-20200731/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);
Drop the repeated word "table". End a sentence with a period. 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/hard-interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)