Skip to content

Commit

Permalink
vsock/vmci: fix repeated words in comments
Browse files Browse the repository at this point in the history
Delete the redundant word 'that'.

Signed-off-by: Jilin Yuan <[email protected]>
Reviewed-by: Stefano Garzarella <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jilin Yuan authored and davem330 committed Sep 16, 2022
1 parent 7e6e1b5 commit 454e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/vmw_vsock/vmci_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 454e7b1

Please sign in to comment.