netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: mptcp: fix some spelling mistake in mptcp
@ 2022-06-27 12:16 menglong8.dong
  2022-06-27 12:27 ` Matthieu Baerts
  2022-06-29  5:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: menglong8.dong @ 2022-06-27 12:16 UTC (permalink / raw)
  To: kuba
  Cc: mathew.j.martineau, matthieu.baerts, davem, edumazet, pabeni,
	netdev, mptcp, linux-kernel, Menglong Dong

From: Menglong Dong <imagedong@tencent.com>

codespell finds some spelling mistake in mptcp:

net/mptcp/subflow.c:1624: interaces ==> interfaces
net/mptcp/pm_netlink.c:1130: regarless ==> regardless

Just fix them.

Signed-off-by: Menglong Dong <imagedong@tencent.com>
---
 net/mptcp/pm_netlink.c | 2 +-
 net/mptcp/subflow.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mptcp/pm_netlink.c b/net/mptcp/pm_netlink.c
index e099f2a12504..3de83e2a2611 100644
--- a/net/mptcp/pm_netlink.c
+++ b/net/mptcp/pm_netlink.c
@@ -1127,7 +1127,7 @@ void mptcp_pm_nl_subflow_chk_stale(const struct mptcp_sock *msk, struct sock *ss
 			}
 			unlock_sock_fast(ssk, slow);
 
-			/* always try to push the pending data regarless of re-injections:
+			/* always try to push the pending data regardless of re-injections:
 			 * we can possibly use backup subflows now, and subflow selection
 			 * is cheap under the msk socket lock
 			 */
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c
index 654cc602ff2c..8c3e699d3387 100644
--- a/net/mptcp/subflow.c
+++ b/net/mptcp/subflow.c
@@ -1621,7 +1621,7 @@ int mptcp_subflow_create_socket(struct sock *sk, struct socket **new_sock)
 	/* the newly created socket really belongs to the owning MPTCP master
 	 * socket, even if for additional subflows the allocation is performed
 	 * by a kernel workqueue. Adjust inode references, so that the
-	 * procfs/diag interaces really show this one belonging to the correct
+	 * procfs/diag interfaces really show this one belonging to the correct
 	 * user.
 	 */
 	SOCK_INODE(sf)->i_ino = SOCK_INODE(sk->sk_socket)->i_ino;
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: mptcp: fix some spelling mistake in mptcp
  2022-06-27 12:16 [PATCH net-next] net: mptcp: fix some spelling mistake in mptcp menglong8.dong
@ 2022-06-27 12:27 ` Matthieu Baerts
  2022-06-29  5:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Matthieu Baerts @ 2022-06-27 12:27 UTC (permalink / raw)
  To: menglong8.dong, kuba
  Cc: mathew.j.martineau, davem, edumazet, pabeni, netdev, mptcp,
	linux-kernel, Menglong Dong

Hi Menglong Dong,

On 27/06/2022 14:16, menglong8.dong@gmail.com wrote:
> From: Menglong Dong <imagedong@tencent.com>
> 
> codespell finds some spelling mistake in mptcp:
> 
> net/mptcp/subflow.c:1624: interaces ==> interfaces
> net/mptcp/pm_netlink.c:1130: regarless ==> regardless
> 
> Just fix them.

Thank you for this fix.

Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>

Cheers,
Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: mptcp: fix some spelling mistake in mptcp
  2022-06-27 12:16 [PATCH net-next] net: mptcp: fix some spelling mistake in mptcp menglong8.dong
  2022-06-27 12:27 ` Matthieu Baerts
@ 2022-06-29  5:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-06-29  5:20 UTC (permalink / raw)
  To: Menglong Dong
  Cc: kuba, mathew.j.martineau, matthieu.baerts, davem, edumazet,
	pabeni, netdev, mptcp, linux-kernel, imagedong

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 27 Jun 2022 20:16:25 +0800 you wrote:
> From: Menglong Dong <imagedong@tencent.com>
> 
> codespell finds some spelling mistake in mptcp:
> 
> net/mptcp/subflow.c:1624: interaces ==> interfaces
> net/mptcp/pm_netlink.c:1130: regarless ==> regardless
> 
> [...]

Here is the summary with links:
  - [net-next] net: mptcp: fix some spelling mistake in mptcp
    https://git.kernel.org/netdev/net-next/c/d640516a65d8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-29  5:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-27 12:16 [PATCH net-next] net: mptcp: fix some spelling mistake in mptcp menglong8.dong
2022-06-27 12:27 ` Matthieu Baerts
2022-06-29  5:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).