From: gushengxian Date: Thu, 10 Jun 2021 01:11:59 +0000 (-0700) Subject: vsock/vmci: remove the repeated word "be" X-Git-Tag: v5.14-rc1~119^2~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=268551503d66dc0a266fe6034c84a31ab4f3edf7;p=thirdparty%2Fkernel%2Flinux.git vsock/vmci: remove the repeated word "be" Remove the repeated word "be". Signed-off-by: gushengxian Signed-off-by: David S. Miller --- diff --git a/net/vmw_vsock/vmci_transport.c b/net/vmw_vsock/vmci_transport.c index c99bc4ce78e26..e617ed93f06bb 100644 --- a/net/vmw_vsock/vmci_transport.c +++ b/net/vmw_vsock/vmci_transport.c @@ -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);