From: Randy Dunlap Date: Sun, 19 Jul 2020 18:08:01 +0000 (-0700) Subject: net: atm: lec_arpc.h: delete duplicated word X-Git-Tag: v5.15~3197^2~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfd5ec1ba602b1a9b36f9b6208f09546784932b9;p=platform%2Fkernel%2Flinux-starfive.git net: atm: lec_arpc.h: delete duplicated word Delete the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller --- diff --git a/net/atm/lec_arpc.h b/net/atm/lec_arpc.h index 1205d87..39115fe 100644 --- a/net/atm/lec_arpc.h +++ b/net/atm/lec_arpc.h @@ -44,7 +44,7 @@ struct lec_arp_table { u8 *tlvs; u32 sizeoftlvs; /* * LANE2: Each MAC address can have TLVs - * associated with it. sizeoftlvs tells the + * associated with it. sizeoftlvs tells * the length of the tlvs array */ struct sk_buff_head tx_wait; /* wait queue for outgoing packets */