Re: [PATCH net] tcp_timer.c: Add kernel-doc function descriptions

2016-07-11 Thread Edward Cree
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 > --- > net/ipv4/tcp_timer.c | 66 > +--- > 1 file changed, 57 insertions(+), 9 deletions(-) >

Re: [PATCH net] tcp_timer.c: Add kernel-doc function descriptions

2016-07-11 Thread David Miller
From: Richard Sailer Date: Fri, 8 Jul 2016 22:58:26 +0200 > > +/** > + * tcp_write_err() - close socket and save error info. > + * @sk: The socket the error has appeared on. > + * > + * Returns: Nothing (void) > + */ > + ... > +/** > + * tcp_out_of_resources() - Close socket if out of r

[PATCH net] tcp_timer.c: Add kernel-doc function descriptions

2016-07-08 Thread Richard Sailer
This adds kernel-doc style descriptions for 6 functions and fixes 1 typo. Signed-off-by: Richard Sailer --- 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 i