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>
This commit is contained in:

committed by
David S. Miller

parent
d936b1d537
commit
634a63e73f
@@ -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;
|
||||
|
Reference in New Issue
Block a user