Re: [PATCH net] doc: update docbook annotations for socket and skb

2016-10-26 Thread David Miller
From: Stephen Hemminger Date: Sun, 23 Oct 2016 09:28:29 -0700 > From: Stephen Hemminger > > The skbuff and sock structure both had missing parameter annotation > values. > > Signed-off-by: Stephen Hemminger Applied, thanks.

[PATCH net] doc: update docbook annotations for socket and skb

2016-10-23 Thread Stephen Hemminger
From: Stephen Hemminger The skbuff and sock structure both had missing parameter annotation values. Signed-off-by: Stephen Hemminger --- include/linux/skbuff.h | 1 + include/net/sock.h | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/linux/skbuff.h b/includ