summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorStephen Hemminger2016-10-23 18:28:29 +0200
committerDavid S. Miller2016-10-26 23:31:23 +0200
commit293de7dee4f9602676846dbeb84b1580123306b4 (patch)
tree7d5b29a84eedd15632838751e97e8a4c0de4bf36 /include/linux/skbuff.h
parentrocker: fix error return code in rocker_world_check_init() (diff)
downloadkernel-qcow2-linux-293de7dee4f9602676846dbeb84b1580123306b4.tar.gz
kernel-qcow2-linux-293de7dee4f9602676846dbeb84b1580123306b4.tar.xz
kernel-qcow2-linux-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.h1
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.