lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 7 Sep 2022 10:12:56 +0200
From:   Stefano Garzarella <sgarzare@...hat.com>
To:     Jilin Yuan <yuanjilin@...rlc.com>
Cc:     davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
        pabeni@...hat.com, virtualization@...ts.linux-foundation.org,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] vsock/vmci: fix repeated words in comments

On Wed, Sep 07, 2022 at 12:01:31PM +0800, Jilin Yuan wrote:
>Delete the redundant word 'that'.
>
>Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
>---
> net/vmw_vsock/vmci_transport.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Stefano Garzarella <sgarzare@...hat.com>

>
>diff --git a/net/vmw_vsock/vmci_transport.c b/net/vmw_vsock/vmci_transport.c
>index b14f0ed7427b..842c94286d31 100644
>--- a/net/vmw_vsock/vmci_transport.c
>+++ b/net/vmw_vsock/vmci_transport.c
>@@ -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);
>-- 
>2.36.1
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ