diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-04-20 16:06:22 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-20 16:06:22 -0700 |
commit | f7d0e5a506396419eb731b6c6cd97ed23c9245c7 (patch) | |
tree | 6c646712f93fb1ff531c39c20121002dc88ddd43 /include | |
parent | 047f7617eba3653ff3bcfbe902986903fff2ed3b (diff) | |
download | op-kernel-dev-f7d0e5a506396419eb731b6c6cd97ed23c9245c7.zip op-kernel-dev-f7d0e5a506396419eb731b6c6cd97ed23c9245c7.tar.gz |
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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 11fd9f2..299ec4b 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -242,6 +242,7 @@ typedef unsigned char *sk_buff_data_t; * @queue_mapping: Queue mapping for multiqueue devices * @tc_index: Traffic control index * @tc_verd: traffic control verdict + * @ndisc_nodetype: router type (from link layer) * @dma_cookie: a cookie to one of several possible DMA operations * done by skb DMA functions * @secmark: security marking |