The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml
@ 2026-07-29  3:41 Ayananta Paul
  2026-07-29 16:24 ` Joe Damato
  2026-07-30  0:05 ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Ayananta Paul @ 2026-07-29  3:41 UTC (permalink / raw)
  To: kuba, donald.hunter
  Cc: davem, edumazet, pabeni, horms, netdev, linux-kernel, linux-doc,
	Ayananta Paul

Correct the spelling of "reordering" which was incorrectly
written as "reodering" on lines 113 and 115.

Issues identified using `codespell -D - -S "*.bin,*.o,*.a,*.so,*.ko,*.gz,*.png,*.jpg" Documentation/`

Signed-off-by: Ayananta Paul <ayanantapaul@gmail.com>
---
 Documentation/netlink/specs/tcp_metrics.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/netlink/specs/tcp_metrics.yaml b/Documentation/netlink/specs/tcp_metrics.yaml
index 13144aeed31a..dddf92bedc4d 100644
--- a/Documentation/netlink/specs/tcp_metrics.yaml
+++ b/Documentation/netlink/specs/tcp_metrics.yaml
@@ -110,9 +110,9 @@ attribute-sets:
         type: u32
         doc: Congestion Window.
       -
-        name: reodering
+        name: reordering
         type: u32
-        doc: Reodering metric.
+        doc: Reordering metric.
       -
         name: rtt-us
         type: u32
-- 
2.53.0


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

* Re: [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml
  2026-07-29  3:41 [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml Ayananta Paul
@ 2026-07-29 16:24 ` Joe Damato
  2026-07-30  0:05 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Damato @ 2026-07-29 16:24 UTC (permalink / raw)
  To: Ayananta Paul
  Cc: kuba, donald.hunter, davem, edumazet, pabeni, horms, netdev,
	linux-kernel, linux-doc

On Wed, Jul 29, 2026 at 09:11:47AM +0530, Ayananta Paul wrote:
> Correct the spelling of "reordering" which was incorrectly
> written as "reodering" on lines 113 and 115.
> 
> Issues identified using `codespell -D - -S "*.bin,*.o,*.a,*.so,*.ko,*.gz,*.png,*.jpg" Documentation/`
> 
> Signed-off-by: Ayananta Paul <ayanantapaul@gmail.com>
> ---
>  Documentation/netlink/specs/tcp_metrics.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Joe Damato <joe@dama.to>

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

* Re: [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml
  2026-07-29  3:41 [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml Ayananta Paul
  2026-07-29 16:24 ` Joe Damato
@ 2026-07-30  0:05 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2026-07-30  0:05 UTC (permalink / raw)
  To: Ayananta Paul
  Cc: donald.hunter, davem, edumazet, pabeni, horms, netdev,
	linux-kernel, linux-doc

On Wed, 29 Jul 2026 09:11:47 +0530 Ayananta Paul wrote:
> Correct the spelling of "reordering" which was incorrectly
> written as "reodering" on lines 113 and 115.

Unfortunately the uAPI define is also misspelled.
You will need to squash something like this into your patch:

diff --git a/include/uapi/linux/tcp_metrics.h b/include/uapi/linux/tcp_metrics.h
index 927c735a5b0e..74cfb9f7509c 100644
--- a/include/uapi/linux/tcp_metrics.h
+++ b/include/uapi/linux/tcp_metrics.h
@@ -35,7 +35,9 @@ enum {
        TCP_METRICS_A_METRICS_RTTVAR,
        TCP_METRICS_A_METRICS_SSTHRESH,
        TCP_METRICS_A_METRICS_CWND,
-       TCP_METRICS_A_METRICS_REODERING,
+       TCP_METRICS_A_METRICS_REORDERING,
+/* Original spelling had a typo, kept to avoid breaking uAPI */
+#define TCP_METRICS_A_METRICS_REODERING TCP_METRICS_A_METRICS_REORDERING
        TCP_METRICS_A_METRICS_RTT_US,
        TCP_METRICS_A_METRICS_RTTVAR_US,

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

end of thread, other threads:[~2026-07-30  0:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  3:41 [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml Ayananta Paul
2026-07-29 16:24 ` Joe Damato
2026-07-30  0:05 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox