aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-09-07 12:01:31 +0800
committerDavid S. Miller <davem@davemloft.net>2022-09-16 09:31:29 +0100
commit454e7b138436a31a17753de58f2178c3e955886c (patch)
tree38203e7ec15d8eb978f678377901636ac5cfc797
parentrtnetlink: advertise allmulti counter (diff)
downloadlinux-dev-454e7b138436a31a17753de58f2178c3e955886c.tar.xz
linux-dev-454e7b138436a31a17753de58f2178c3e955886c.zip
vsock/vmci: fix repeated words in comments
Delete the redundant word 'that'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/vmw_vsock/vmci_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vmw_vsock/vmci_transport.c b/net/vmw_vsock/vmci_transport.c
index b14f0ed7427b..842c94286d31 100644
--- a/net/vmw_vsock/vmci_transport.c
+++ b/net/vmw_vsock/vmci_transport.c
@@ -951,7 +951,7 @@ static int vmci_transport_recv_listen(struct sock *sk,
* for ourself or any previous connection requests that we received.
* If it's the latter, we try to find a socket in our list of pending
* connections and, if we do, call the appropriate handler for the
- * state that that socket is in. Otherwise we try to service the
+ * state that socket is in. Otherwise we try to service the
* connection request.
*/
pending = vmci_transport_get_pending(sk, pkt);