diff options
author | Stephen Hemminger <sthemmin@microsoft.com> | 2016-10-23 09:28:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-10-26 17:31:23 -0400 |
commit | 293de7dee4f9602676846dbeb84b1580123306b4 (patch) | |
tree | 7d5b29a84eedd15632838751e97e8a4c0de4bf36 /include/linux/skbuff.h | |
parent | 92d230dd8cafac417e130e404d4b64eafe2271de (diff) | |
download | lwn-293de7dee4f9602676846dbeb84b1580123306b4.tar.gz lwn-293de7dee4f9602676846dbeb84b1580123306b4.zip |
doc: update docbook annotations for socket and skb
The skbuff and sock structure both had missing parameter annotation
values.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 601258f6e621..32810f279f8e 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -936,6 +936,7 @@ struct sk_buff_fclones { /** * skb_fclone_busy - check if fclone is busy + * @sk: socket * @skb: buffer * * Returns true if skb is a fast clone, and its clone is not freed. |