mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
7e6e1b5716
commit
454e7b1384
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue