aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorMathias Krause <mathias.krause@secunet.com>2013-11-07 14:18:26 +0100
committerDavid S. Miller <davem@davemloft.net>2013-11-07 19:28:59 -0500
commitbc32383cd6496d595e6a25cdc7cff1da6b694462 (patch)
treee4db3f844522adf5a62a7ce1fc3cee5cd177673a /include/linux/skbuff.h
parentcaif: use pskb_put() instead of reimplementing its functionality (diff)
downloadlinux-dev-bc32383cd6496d595e6a25cdc7cff1da6b694462.tar.xz
linux-dev-bc32383cd6496d595e6a25cdc7cff1da6b694462.zip
net: skbuff - kernel-doc fixes
Use "@" to refer to parameters in the kernel-doc description. According to Documentation/kernel-doc-nano-HOWTO.txt "&" shall be used to refer to structures only. Signed-off-by: Mathias Krause <mathias.krause@secunet.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 491dd6c2c6cc..036ec7d8a83a 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -1357,7 +1357,7 @@ static inline void __skb_fill_page_desc(struct sk_buff *skb, int i,
* @size: the length of the data
*
* As per __skb_fill_page_desc() -- initialises the @i'th fragment of
- * @skb to point to &size bytes at offset @off within @page. In
+ * @skb to point to @size bytes at offset @off within @page. In
* addition updates @skb such that @i is the last fragment.
*
* Does not take any additional reference on the fragment.