net: skbuff.h: drop duplicate words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:39 +0000 (09:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 03:28:42 +0000 (20:28 -0700)
Drop doubled words in several comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h

index 0c0377f..6a82d4a 100644 (file)
@@ -1328,7 +1328,7 @@ void skb_flow_dissect_meta(const struct sk_buff *skb,
                           void *target_container);
 
 /* Gets a skb connection tracking info, ctinfo map should be a
- * map of mapsize to translate enum ip_conntrack_info states
+ * map of mapsize to translate enum ip_conntrack_info states
  * to user states.
  */
 void
@@ -3812,7 +3812,7 @@ static inline bool skb_defer_rx_timestamp(struct sk_buff *skb)
  * must call this function to return the skb back to the stack with a
  * timestamp.
  *
- * @skb: clone of the the original outgoing packet
+ * @skb: clone of the original outgoing packet
  * @hwtstamps: hardware time stamps
  *
  */