net: ipv4: Fix some kerneldoc warnings in TCP Low Priority
authorAndrew Lunn <andrew@lunn.ch>
Wed, 28 Oct 2020 01:27:03 +0000 (02:27 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Oct 2020 19:10:57 +0000 (12:10 -0700)
commit726e5e49c91cabc091fad3150342803d5d3d2d2e
tree9bd3c2e1026af1e88201bec73a38bd4ed05934bb
parent0b609b557516b5149d5b477745d608d4a4bfee5b
net: ipv4: Fix some kerneldoc warnings in TCP Low Priority

net//ipv4/tcp_lp.c:120: warning: Function parameter or member 'sk' not described in 'tcp_lp_cong_avoid'
net//ipv4/tcp_lp.c:135: warning: Function parameter or member 'sk' not described in 'tcp_lp_remote_hz_estimator'
net//ipv4/tcp_lp.c:188: warning: Function parameter or member 'sk' not described in 'tcp_lp_owd_calculator'
net//ipv4/tcp_lp.c:222: warning: Function parameter or member 'rtt' not described in 'tcp_lp_rtt_sample'
net//ipv4/tcp_lp.c:222: warning: Function parameter or member 'sk' not described in 'tcp_lp_rtt_sample'
net//ipv4/tcp_lp.c:265: warning: Function parameter or member 'sk' not described in 'tcp_lp_pkts_acked'
net//ipv4/tcp_lp.c:97: warning: Function parameter or member 'sk' not described in 'tcp_lp_init'

There are still a few kerneldoc warnings after this fix.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20201028012703.931632-1-andrew@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_lp.c