]> Gentwo Git Trees - linux/.git/commit
net: tcp_lp: fix kernel-doc warnings and update outdated reference links
authorRakuram Eswaran <rakuram.e96@gmail.com>
Sat, 25 Oct 2025 12:05:18 +0000 (17:35 +0530)
committerJakub Kicinski <kuba@kernel.org>
Wed, 29 Oct 2025 00:52:44 +0000 (17:52 -0700)
commit5c00da851c31edd58be06a628d6c57684fd0d6a3
tree4e95c48787970c9e4d1331ebde7e6d782199d964
parent294bfe0343da3b59db040c3a4dac05b4c91ce013
net: tcp_lp: fix kernel-doc warnings and update outdated reference links

Fix kernel-doc warnings in tcp_lp.c by adding missing parameter
descriptions for tcp_lp_cong_avoid() and tcp_lp_pkts_acked() when
building with W=1.

Also replace invalid URLs in the file header comment with the currently
valid links to the TCP-LP paper and implementation page.

No functional changes.

Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20251025-net_ipv4_tcp_lp_c-v1-1-058cc221499e@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_lp.c