vsock/vmci: remove the repeated word "be"
Remove the repeated word "be". Signed-off-by: gushengxian <gushengxian@yulong.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2027e13f62
commit
268551503d
@ -1248,7 +1248,7 @@ vmci_transport_recv_connecting_server(struct sock *listener,
|
|||||||
vsock_remove_pending(listener, pending);
|
vsock_remove_pending(listener, pending);
|
||||||
vsock_enqueue_accept(listener, pending);
|
vsock_enqueue_accept(listener, pending);
|
||||||
|
|
||||||
/* Callers of accept() will be be waiting on the listening socket, not
|
/* Callers of accept() will be waiting on the listening socket, not
|
||||||
* the pending socket.
|
* the pending socket.
|
||||||
*/
|
*/
|
||||||
listener->sk_data_ready(listener);
|
listener->sk_data_ready(listener);
|
||||||
|
Reference in New Issue
Block a user