Re: [PATCH 1/3] Documentation: netlink: fix spelling in tcp_metrics.yaml
From: Ayananta Paul
Date: Tue Jul 28 2026 - 02:00:08 EST
On Tue, Jul 28, 2026 at 10:55:07AM +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@xxxxxxxxx>
> ---
> 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
>
Apologies -- this was sent with an incorrect \"1/3\" label due
to a local git-format-patch mistake on my end (unrelated commits
sitting on the same branch). This is a standalone fix, not part
of any series. Please disregard the \"1/3\" in the subject.
Ayananta