diff options
author | Masanari Iida <[email protected]> | 2014-10-09 12:58:08 +0900 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-10-09 18:57:14 -0400 |
commit | de3f0d0effecc2ccfbd679705519ed5b35f9cb33 (patch) | |
tree | 0efa1cbf6e3cf977aae4698b491577c09e74ef80 /lib/test-string_helpers.c | |
parent | e229b36e676d491a6305174dd025abba39be8d41 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions