Commit 454e7b13 authored by Jilin Yuan's avatar Jilin Yuan Committed by David S. Miller
Browse files

vsock/vmci: fix repeated words in comments



Delete the redundant word 'that'.

Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7e6e1b57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);