]> git.dujemihanovic.xyz Git - linux.git/commit
net: dccp: Fix ccid2_rtt_estimator() kernel-doc
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sun, 5 May 2024 20:09:31 +0000 (13:09 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 May 2024 23:15:08 +0000 (16:15 -0700)
commitfeb8c2b76eb3fae59a1f62451508c98c36db5e3a
tree19ba1303e229e3708d9116aefdd91feeec544446
parentecc2ae6176a9f0b9f4eab015452ffc5e1f54c95f
net: dccp: Fix ccid2_rtt_estimator() kernel-doc

make C=1 reports:

warning: Function parameter or struct member 'mrtt' not described in 'ccid2_rtt_estimator'

So document the 'mrtt' parameter.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240505-ccid2_rtt_estimator-kdoc-v1-1-09231fcb9145@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dccp/ccids/ccid2.c