Commit 634a63e7 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

net: ipv6: delete duplicated words

Drop repeated words in net/ipv6/.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d936b1d5
...@@ -1492,7 +1492,7 @@ static int __ip6_append_data(struct sock *sk, ...@@ -1492,7 +1492,7 @@ static int __ip6_append_data(struct sock *sk,
* Otherwise, we need to reserve fragment header and * Otherwise, we need to reserve fragment header and
* fragment alignment (= 8-15 octects, in total). * 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 * of the buffer to the new fragment when we split
* the message. * the message.
* *
......
...@@ -458,7 +458,7 @@ static int tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, ...@@ -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_SENT:
case TCP_SYN_RECV: case TCP_SYN_RECV:
/* Only in fast or simultaneous open. If a fast open socket is /* 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) if (fastopen && !fastopen->sk)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment