[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1414d684-8881-5b2a-4824-e3c4488e862@linux.intel.com>
Date: Tue, 19 Jul 2022 09:56:12 -0700 (PDT)
From: Mat Martineau <mathew.j.martineau@...ux.intel.com>
To: Jason Wang <wangborong@...rlc.com>
cc: matthieu.baerts@...sares.net, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
netdev@...r.kernel.org, mptcp@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mptcp: Fix comment typo
On Sat, 16 Jul 2022, Jason Wang wrote:
> The double `the' is duplicated in the comment, remove one.
>
> Signed-off-by: Jason Wang <wangborong@...rlc.com>
> ---
> net/mptcp/token.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/mptcp/token.c b/net/mptcp/token.c
> index f52ee7b26aed..68b822691e36 100644
> --- a/net/mptcp/token.c
> +++ b/net/mptcp/token.c
> @@ -288,7 +288,7 @@ EXPORT_SYMBOL_GPL(mptcp_token_get_sock);
> * token container starting from the specified position, or NULL.
> *
> * On successful iteration, the iterator is move to the next position and the
Two more changes are needed in the line above:
move -> moved
the -> then
Thanks for the contribution.
> - * the acquires a reference to the returned socket.
> + * acquires a reference to the returned socket.
> */
> struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
> long *s_num)
> --
> 2.35.1
>
>
--
Mat Martineau
Intel
Powered by blists - more mailing lists