aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorAndrew Lunn <[email protected]>2020-07-12 23:15:02 +0000
committerDavid S. Miller <[email protected]>2020-07-14 00:20:39 +0000
commit3628e3cbf9edc8381961394ccd6fb0bf049fdb69 (patch)
tree3edfb68917bc5c41613fa0bd7f2652dbb9b26867 /net/ipv4/tcp_timer.c
parentnet: decnet: kerneldoc fixes (diff)
downloadkernel-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.tar.gz
kernel-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.zip
net: ipv4: kerneldoc fixes
Simple fixes which require no deep knowledge of the code. Cc: Paul Moore <[email protected]> Cc: Alexey Kuznetsov <[email protected]> Cc: Eric Dumazet <[email protected]> Signed-off-by: Andrew Lunn <[email protected]> Acked-by: Paul Moore <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r--net/ipv4/tcp_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
index ada046f425d2..0c08c420fbc2 100644
--- a/net/ipv4/tcp_timer.c
+++ b/net/ipv4/tcp_timer.c
@@ -314,7 +314,7 @@ out:
/**
* tcp_delack_timer() - The TCP delayed ACK timeout handler
- * @data: Pointer to the current socket. (gets casted to struct sock *)
+ * @t: Pointer to the timer. (gets casted to struct sock *)
*
* This function gets (indirectly) called when the kernel timer for a TCP packet
* of this socket expires. Calls tcp_delack_timer_handler() to do the actual work.