Skip to content

Commit

Permalink
net: skbuff.h: drop duplicate words in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent 0d80b76 commit 2ff1711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 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
Expand Down Expand Up @@ -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
*
*/
Expand Down

0 comments on commit 2ff1711

Please sign in to comment.