diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-04-20 13:51:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 18:51:36 -0400 |
commit | 553a56726be86c09cfa53c84da1ea0e2043e364e (patch) | |
tree | 1a9d99ab82fffd8019bc584d1685f949ca796114 | |
parent | 9a64388d83f6ef08dfff405a9d122e3dbcb6bf38 (diff) |
skbuff: fix missing kernel-doc notation
Add kernel-doc notation for ndisc_nodetype:
Warning(linux-2.6.25-git2//include/linux/skbuff.h:340): No description found for parameter 'ndisc_nodetype'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/skbuff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 11fd9f2c4093..299ec4b31412 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -242,6 +242,7 @@ typedef unsigned char *sk_buff_data_t; | |||
242 | * @queue_mapping: Queue mapping for multiqueue devices | 242 | * @queue_mapping: Queue mapping for multiqueue devices |
243 | * @tc_index: Traffic control index | 243 | * @tc_index: Traffic control index |
244 | * @tc_verd: traffic control verdict | 244 | * @tc_verd: traffic control verdict |
245 | * @ndisc_nodetype: router type (from link layer) | ||
245 | * @dma_cookie: a cookie to one of several possible DMA operations | 246 | * @dma_cookie: a cookie to one of several possible DMA operations |
246 | * done by skb DMA functions | 247 | * done by skb DMA functions |
247 | * @secmark: security marking | 248 | * @secmark: security marking |