diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 01:15:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-14 02:20:39 +0200 |
commit | 3628e3cbf9edc8381961394ccd6fb0bf049fdb69 (patch) | |
tree | 3edfb68917bc5c41613fa0bd7f2652dbb9b26867 /net/ipv4/tcp_timer.c | |
parent | net: decnet: kerneldoc fixes (diff) | |
download | linux-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.tar.xz linux-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.zip |
net: ipv4: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Paul Moore <paul@paul-moore.com>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
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. |