Re: [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml

Jakub Kicinski <[email protected]>
Newsgroups org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev
Message-ID <[email protected]>
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,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.