From: Tom Rix Date: Wed, 9 Feb 2022 15:02:42 +0000 (-0800) Subject: skbuff: cleanup double word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=58e61e416b5abedcacd32032144b333bca30cf1e;p=linux.git skbuff: cleanup double word in comment Remove the second 'to'. Signed-off-by: Tom Rix Signed-off-by: David S. Miller --- diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 0118f0afaa4fc..9d0388bed0c1d 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -681,7 +681,7 @@ exit: * while trying to recycle fragments on __skb_frag_unref() we need * to make one SKB responsible for triggering the recycle path. * So disable the recycling bit if an SKB is cloned and we have - * additional references to to the fragmented part of the SKB. + * additional references to the fragmented part of the SKB. * Eventually the last SKB will have the recycling bit set and it's * dataref set to 0, which will trigger the recycling */