diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-09-18 06:35:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-18 23:12:43 +0200 |
commit | 634a63e73f059439bb44d1c26ba742ee6311957e (patch) | |
tree | 70c542528f98175080d1992bca2f337605657952 /net/ipv6/ip6_output.c | |
parent | net: rds: delete duplicated words (diff) | |
download | linux-634a63e73f059439bb44d1c26ba742ee6311957e.tar.xz linux-634a63e73f059439bb44d1c26ba742ee6311957e.zip |
net: ipv6: delete duplicated words
Drop repeated words in net/ipv6/.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index c78e67d7747f..a2a65e327f49 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1492,7 +1492,7 @@ emsgsize: * Otherwise, we need to reserve fragment header and * fragment alignment (= 8-15 octects, in total). * - * Note that we may need to "move" the data from the tail of + * Note that we may need to "move" the data from the tail * of the buffer to the new fragment when we split * the message. * |