net: ipv6: delete duplicated words
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 18 Sep 2020 04:35:17 +0000 (21:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Sep 2020 21:12:43 +0000 (14:12 -0700)
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>
net/ipv6/ip6_output.c
net/ipv6/tcp_ipv6.c

index c78e67d..a2a65e3 100644 (file)
@@ -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.
         *
index 862058d..8db59f4 100644 (file)
@@ -458,7 +458,7 @@ static int tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
        case TCP_SYN_SENT:
        case TCP_SYN_RECV:
                /* Only in fast or simultaneous open. If a fast open socket is
-                * is already accepted it is treated as a connected one below.
+                * already accepted it is treated as a connected one below.
                 */
                if (fastopen && !fastopen->sk)
                        break;