net: Missing @ before descriptions cause make xmldocs warning
authorMasanari Iida <standby24x7@gmail.com>
Thu, 9 Oct 2014 03:58:08 +0000 (12:58 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2014 22:57:14 +0000 (18:57 -0400)
commitde3f0d0effecc2ccfbd679705519ed5b35f9cb33
tree0efa1cbf6e3cf977aae4698b491577c09e74ef80
parente229b36e676d491a6305174dd025abba39be8d41
net: Missing @ before descriptions cause make xmldocs warning

This patch fix following warning.
Warning(.//net/core/skbuff.c:4142): No description found for parameter 'header_len'
Warning(.//net/core/skbuff.c:4142): No description found for parameter 'data_len'
Warning(.//net/core/skbuff.c:4142): No description found for parameter 'max_page_order'
Warning(.//net/core/skbuff.c:4142): No description found for parameter 'errcode'
Warning(.//net/core/skbuff.c:4142): No description found for parameter 'gfp_mask'

Acutually the descriptions exist, but missing "@" in front.

This problem start to happen when following commit was merged
into Linus's tree during 3.18-rc1 merge period.
commit 2e4e44107176d552f8bb1bb76053e850e3809841
net: add alloc_skb_with_frags() helper

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c