summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-07-13 17:20:40 -0700
committerDavid S. Miller <davem@davemloft.net>2020-07-13 17:20:40 -0700
commite1d82f7ad0b5e19659c74a0abf7a53768c1249f8 (patch)
tree7af1e5d84948050d008f56ad2ec8b04772036910 /net/ipv4/tcp_timer.c
parente3eea08e641345a6df6f4d5cb2b325874de1a757 (diff)
parent62c89238b182101dab0ae106f4c68061512c41f5 (diff)
downloadlinux-stable-e1d82f7ad0b5e19659c74a0abf7a53768c1249f8.tar.gz
linux-stable-e1d82f7ad0b5e19659c74a0abf7a53768c1249f8.tar.bz2
linux-stable-e1d82f7ad0b5e19659c74a0abf7a53768c1249f8.zip
Merge branch 'net-simple-kerneldoc-fixes'
Andrew Lunn says: ==================== net simple kerneldoc fixes This is a collection of simple kerneldoc fixes. They are all low hanging fruit, were not real understanding of the code was needed. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
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.