[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <61a5fef9-a68d-9569-056c-b45cf831c53f@solarflare.com>
Date: Mon, 11 Jul 2016 20:59:39 +0100
From: Edward Cree <ecree@...arflare.com>
To: Richard Sailer <richard@...traumpflege.org>,
<netdev@...r.kernel.org>, <davem@...emloft.net>
CC: <kuznet@....inr.ac.ru>, <jmorris@...ei.org>
Subject: Re: [PATCH net] tcp_timer.c: Add kernel-doc function descriptions
On 08/07/16 21:58, Richard Sailer wrote:
> This adds kernel-doc style descriptions for 6 functions and
> fixes 1 typo.
>
> Signed-off-by: Richard Sailer <richard@...traumpflege.org>
> ---
> net/ipv4/tcp_timer.c | 66 +++++++++++++++++++++++++++++++++++++++++++++-------
> 1 file changed, 57 insertions(+), 9 deletions(-)
>
> diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
> index debdd8b..bdccd67 100644
> --- a/net/ipv4/tcp_timer.c
> +++ b/net/ipv4/tcp_timer.c
> @@ -350,10 +389,18 @@ static void tcp_fastopen_synack_timer(struct sock *sk)
> TCP_TIMEOUT_INIT << req->num_timeout, TCP_RTO_MAX);
> }
>
> -/*
> - * The TCP retransmit timer.
> - */
>
> +/**
> + * tcp_retransmit_timer() - The TCP retransmit timout handler.
"timeout"
-Ed
Powered by blists - more mailing lists