netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty"
@ 2024-09-24  8:05 Colin Ian King
  2024-09-24  8:55 ` Jason Xing
  2024-10-01 10:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Colin Ian King @ 2024-09-24  8:05 UTC (permalink / raw)
  To: Eric Dumazet, David S . Miller, Jakub Kicinski, Paolo Abeni,
	netdev
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a WARN_ONCE message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 include/net/tcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/tcp.h b/include/net/tcp.h
index d1948d357dad..739a9fb83d0c 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -2442,7 +2442,7 @@ static inline s64 tcp_rto_delta_us(const struct sock *sk)
 		return rto_time_stamp_us - tcp_sk(sk)->tcp_mstamp;
 	} else {
 		WARN_ONCE(1,
-			"rtx queue emtpy: "
+			"rtx queue empty: "
 			"out:%u sacked:%u lost:%u retrans:%u "
 			"tlp_high_seq:%u sk_state:%u ca_state:%u "
 			"advmss:%u mss_cache:%u pmtu:%u\n",
-- 
2.39.2


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

* Re: [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty"
  2024-09-24  8:05 [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty" Colin Ian King
@ 2024-09-24  8:55 ` Jason Xing
  2024-09-24  8:59   ` Colin King (gmail)
  2024-10-01 10:30 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: Jason Xing @ 2024-09-24  8:55 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Eric Dumazet, David S . Miller, Jakub Kicinski, Paolo Abeni,
	netdev, kernel-janitors, linux-kernel

On Tue, Sep 24, 2024 at 4:06 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a WARN_ONCE message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Is it supposed to be landed in net git? See the link below:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=c8770db2d544

Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>

Thanks.

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

* Re: [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty"
  2024-09-24  8:55 ` Jason Xing
@ 2024-09-24  8:59   ` Colin King (gmail)
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King (gmail) @ 2024-09-24  8:59 UTC (permalink / raw)
  To: Jason Xing
  Cc: Eric Dumazet, David S . Miller, Jakub Kicinski, Paolo Abeni,
	netdev, kernel-janitors, linux-kernel

On 24/09/2024 09:55, Jason Xing wrote:
> On Tue, Sep 24, 2024 at 4:06 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>>
>> There is a spelling mistake in a WARN_ONCE message. Fix it.
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> 
> Is it supposed to be landed in net git? See the link below:
> https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=c8770db2d544

I found the issue in linux-next this morning.

> 
> Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
> 
> Thanks.


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

* Re: [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty"
  2024-09-24  8:05 [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty" Colin Ian King
  2024-09-24  8:55 ` Jason Xing
@ 2024-10-01 10:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-01 10:30 UTC (permalink / raw)
  To: Colin King
  Cc: edumazet, davem, kuba, pabeni, netdev, kernel-janitors,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 24 Sep 2024 09:05:45 +0100 you wrote:
> There is a spelling mistake in a WARN_ONCE message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  include/net/tcp.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] tcp: Fix spelling mistake "emtpy" -> "empty"
    https://git.kernel.org/netdev/net-next/c/44badc908f2c

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] 4+ messages in thread

end of thread, other threads:[~2024-10-01 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24  8:05 [PATCH][next] tcp: Fix spelling mistake "emtpy" -> "empty" Colin Ian King
2024-09-24  8:55 ` Jason Xing
2024-09-24  8:59   ` Colin King (gmail)
2024-10-01 10:30 ` 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).