From: Allison Henderson <achender@kernel.org>
To: Avinash Duduskar <avinash.duduskar@gmail.com>, netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, horms@kernel.org,
linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next] rds: tcp_listen: fix typos in comments
Date: Tue, 12 May 2026 22:49:23 -0700 [thread overview]
Message-ID: <35dbecc33417ff79ec6c27c041f05d362ff7ab90.camel@kernel.org> (raw)
In-Reply-To: <20260512215531.1988662-1-avinash.duduskar@gmail.com>
On Wed, 2026-05-13 at 03:25 +0530, Avinash Duduskar wrote:
> Two typos in comments:
>
> - "reconneect" -> "reconnect" (block comment above
> rds_tcp_accept_one_path()).
> - "acccepted" -> "accepted" (block comment inside
> rds_tcp_conn_slots_available()).
>
> Signed-off-by: Avinash Duduskar <avinash.duduskar@gmail.com>
Looks fine to me. Thanks for the cleanups!
Reviewed-by: Allison Henderson <achender@kernel.org>
> ---
> net/rds/tcp_listen.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/net/rds/tcp_listen.c b/net/rds/tcp_listen.c
> index 08a506aa7ce7..a3db9b057084 100644
> --- a/net/rds/tcp_listen.c
> +++ b/net/rds/tcp_listen.c
> @@ -69,7 +69,7 @@ rds_tcp_get_peer_sport(struct socket *sock)
>
> /* rds_tcp_accept_one_path(): if accepting on cp_index > 0, make sure the
> * client's ipaddr < server's ipaddr. Otherwise, close the accepted
> - * socket and force a reconneect from smaller -> larger ip addr. The reason
> + * socket and force a reconnect from smaller -> larger ip addr. The reason
> * we special case cp_index 0 is to allow the rds probe ping itself to itself
> * get through efficiently.
> */
> @@ -143,7 +143,7 @@ void rds_tcp_conn_slots_available(struct rds_connection *conn, bool fan_out)
> *
> * Doing so is necessary to address the case where an
> * incoming connection on "rds_tcp_listen_sock" is ready
> - * to be acccepted prior to a free slot being available:
> + * to be accepted prior to a free slot being available:
> * the -ENOBUFS case in "rds_tcp_accept_one".
> */
> rds_tcp_accept_work(rtn);
>
> base-commit: 73d587ae684d176fac9db94173f77d78a794ea4f
next prev parent reply other threads:[~2026-05-13 5:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 21:55 [PATCH net-next] rds: tcp_listen: fix typos in comments Avinash Duduskar
2026-05-13 5:49 ` Allison Henderson [this message]
2026-05-15 0:20 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=35dbecc33417ff79ec6c27c041f05d362ff7ab90.camel@kernel.org \
--to=achender@kernel.org \
--cc=avinash.duduskar@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rds-devel@oss.oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.