diff options
author | Mathias Krause <mathias.krause@secunet.com> | 2013-11-07 14:18:26 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-07 19:28:59 -0500 |
commit | bc32383cd6496d595e6a25cdc7cff1da6b694462 (patch) | |
tree | e4db3f844522adf5a62a7ce1fc3cee5cd177673a /include | |
parent | 253c6daa343104c1278facd11cb5ecfc7554fb38 (diff) |
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')
-rw-r--r-- | include/linux/skbuff.h | 2 |
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. |