Re: [PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml
Joe Damato <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > Documentation/netlink/specs/tcp_metrics.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Joe Damato <[email protected]>