aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-09-18 04:35:17 +0000
committerDavid S. Miller <[email protected]>2020-09-18 21:12:43 +0000
commit634a63e73f059439bb44d1c26ba742ee6311957e (patch)
tree70c542528f98175080d1992bca2f337605657952 /net/ipv6/tcp_ipv6.c
parentnet: rds: delete duplicated words (diff)
downloadkernel-634a63e73f059439bb44d1c26ba742ee6311957e.tar.gz
kernel-634a63e73f059439bb44d1c26ba742ee6311957e.zip
net: ipv6: delete duplicated words
Drop repeated words in net/ipv6/. Signed-off-by: Randy Dunlap <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index 862058dce6d0..8db59f4e5f13 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -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;