Commit 26855150 authored by gushengxian's avatar gushengxian Committed by David S. Miller
Browse files

vsock/vmci: remove the repeated word "be"



Remove the repeated word "be".

Signed-off-by: default avatargushengxian <gushengxian@yulong.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2027e13f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1248,7 +1248,7 @@ vmci_transport_recv_connecting_server(struct sock *listener,
	vsock_remove_pending(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.
	 */
	listener->sk_data_ready(listener);