aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c
diff options
context:
space:
mode:
authorAndrew Lunn <[email protected]>2020-07-12 23:15:00 +0000
committerDavid S. Miller <[email protected]>2020-07-14 00:20:39 +0000
commitd0b1101bb5c1224881bb58460311d458ff1350d0 (patch)
tree9d838cbb97db513476bc82ca43aeb6d4feb3c0ed /net/dccp/timer.c
parentnet: core: kerneldoc fixes (diff)
downloadkernel-d0b1101bb5c1224881bb58460311d458ff1350d0.tar.gz
kernel-d0b1101bb5c1224881bb58460311d458ff1350d0.zip
net: dccp: kerneldoc fixes
Simple fixes which require no deep knowledge of the code. Cc: Gerrit Renker <[email protected]> Signed-off-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/dccp/timer.c')
-rw-r--r--net/dccp/timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/timer.c b/net/dccp/timer.c
index c0b3672637c4..0e06dfc32273 100644
--- a/net/dccp/timer.c
+++ b/net/dccp/timer.c
@@ -216,6 +216,8 @@ out:
/**
* dccp_write_xmitlet - Workhorse for CCID packet dequeueing interface
+ * @data: Socket to act on
+ *
* See the comments above %ccid_dequeueing_decision for supported modes.
*/
static void dccp_write_xmitlet(unsigned long data)