aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/input.c')
-rw-r--r--net/dccp/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/input.c b/net/dccp/input.c
index bc93a333931e..14cdafad7a90 100644
--- a/net/dccp/input.c
+++ b/net/dccp/input.c
@@ -710,6 +710,7 @@ EXPORT_SYMBOL_GPL(dccp_rcv_state_process);
710/** 710/**
711 * dccp_sample_rtt - Validate and finalise computation of RTT sample 711 * dccp_sample_rtt - Validate and finalise computation of RTT sample
712 * @delta: number of microseconds between packet and acknowledgment 712 * @delta: number of microseconds between packet and acknowledgment
713 *
713 * The routine is kept generic to work in different contexts. It should be 714 * The routine is kept generic to work in different contexts. It should be
714 * called immediately when the ACK used for the RTT sample arrives. 715 * called immediately when the ACK used for the RTT sample arrives.
715 */ 716 */