diff mbox series

net: atm: lec_arpc.h: delete duplicated word

Message ID 20200719180801.11913-1-rdunlap@infradead.org
State Accepted
Delegated to: David Miller
Headers show
Series net: atm: lec_arpc.h: delete duplicated word | expand

Commit Message

Randy Dunlap July 19, 2020, 6:08 p.m. UTC
Delete the doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 net/atm/lec_arpc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller July 20, 2020, 1:14 a.m. UTC | #1
From: Randy Dunlap <rdunlap@infradead.org>
Date: Sun, 19 Jul 2020 11:08:01 -0700

> Delete the doubled word "the" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Applied to net-next.
diff mbox series

Patch

--- linux-next-20200717.orig/net/atm/lec_arpc.h
+++ linux-next-20200717/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 */