OSDN Git Service

vsock/vmci: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 7 Sep 2022 04:01:31 +0000 (12:01 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2022 08:31:29 +0000 (09:31 +0100)
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>
net/vmw_vsock/vmci_transport.c

index b14f0ed..842c942 100644 (file)
@@ -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);