diff options
author | Tom Rix <trix@redhat.com> | 2022-02-09 18:02:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-10 18:11:51 +0300 |
commit | 58e61e416b5abedcacd32032144b333bca30cf1e (patch) | |
tree | 84d20ca8294af22f590a061f918d43d2f1129eec /net/core/skbuff.c | |
parent | 37f7860602b5b2d99fc7465f6407f403f5941988 (diff) | |
download | linux-58e61e416b5abedcacd32032144b333bca30cf1e.tar.xz |
skbuff: cleanup double word in comment
Remove the second 'to'.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r-- | net/core/skbuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 0118f0afaa4f..9d0388bed0c1 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 */ |