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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1297f09ac58c5ddcd3878cdb837833a2f6b9d604.camel@oracle.com>
Date: Fri, 20 Jun 2025 23:16:23 +0000
From: Allison Henderson <allison.henderson@...cle.com>
To: "horms@...nel.org" <horms@...nel.org>
CC: "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
        "rds-devel@....oracle.com" <rds-devel@....oracle.com>,
        "edumazet@...gle.com"
	<edumazet@...gle.com>,
        "davem@...emloft.net" <davem@...emloft.net>,
        "kuba@...nel.org" <kuba@...nel.org>,
        "pabeni@...hat.com" <pabeni@...hat.com>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/2] rds: Correct spelling

On Thu, 2025-06-19 at 14:58 +0100, Simon Horman wrote:
> Correct spelling as flagged by codespell.
> With these changes in place codespell only flags false positives
> in net/rds.
> 
> Signed-off-by: Simon Horman <horms@...nel.org>

This looks ok to me.  Thanks for the cleanup!
Reviewed-by: Allison Henderson <allison.henderson@...cle.com>

> ---
>  net/rds/af_rds.c | 2 +-
>  net/rds/send.c   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/rds/af_rds.c b/net/rds/af_rds.c
> index 8435a20968ef..086a13170e09 100644
> --- a/net/rds/af_rds.c
> +++ b/net/rds/af_rds.c
> @@ -598,7 +598,7 @@ static int rds_connect(struct socket *sock, struct sockaddr *uaddr,
>  		}
>  
>  		if (addr_type & IPV6_ADDR_LINKLOCAL) {
> -			/* If socket is arleady bound to a link local address,
> +			/* If socket is already bound to a link local address,
>  			 * the peer address must be on the same link.
>  			 */
>  			if (sin6->sin6_scope_id == 0 ||
> diff --git a/net/rds/send.c b/net/rds/send.c
> index 09a280110654..42d991bc8543 100644
> --- a/net/rds/send.c
> +++ b/net/rds/send.c
> @@ -232,7 +232,7 @@ int rds_send_xmit(struct rds_conn_path *cp)
>  		 * If not already working on one, grab the next message.
>  		 *
>  		 * cp_xmit_rm holds a ref while we're sending this message down
> -		 * the connction.  We can use this ref while holding the
> +		 * the connection.  We can use this ref while holding the
>  		 * send_sem.. rds_send_reset() is serialized with it.
>  		 */
>  		if (!rm) {
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ