summaryrefslogtreecommitdiffstats
path: root/net/dccp/input.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-07-13 01:15:00 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-13 17:20:39 -0700
commitd0b1101bb5c1224881bb58460311d458ff1350d0 (patch)
tree9d838cbb97db513476bc82ca43aeb6d4feb3c0ed /net/dccp/input.c
parent8842500dd056b8ef9da77ba2bfc3275fd7e0a98f (diff)
downloadlinux-d0b1101bb5c1224881bb58460311d458ff1350d0.tar.gz
linux-d0b1101bb5c1224881bb58460311d458ff1350d0.tar.bz2
linux-d0b1101bb5c1224881bb58460311d458ff1350d0.zip
net: dccp: kerneldoc fixes
Simple fixes which require no deep knowledge of the code. Cc: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
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 6dce68a55964..bd9cfdb67436 100644
--- a/net/dccp/input.c
+++ b/net/dccp/input.c
@@ -715,6 +715,7 @@ EXPORT_SYMBOL_GPL(dccp_rcv_state_process);
/**
* dccp_sample_rtt - Validate and finalise computation of RTT sample
+ * @sk: socket structure
* @delta: number of microseconds between packet and acknowledgment
*
* The routine is kept generic to work in different contexts. It should be