diff options
author | Randy Dunlap | 2005-11-21 06:25:15 +0100 |
---|---|---|
committer | David S. Miller | 2005-11-21 06:25:15 +0100 |
commit | 461ddf3b90bb149b99c3f675959c1bd6b11ed936 (patch) | |
tree | 12c7848560128e4344387eecdfc401369d46bb1c /include/linux | |
parent | [NET]: Use unused bit for ipvs_property field in struct sk_buff (diff) | |
download | kernel-qcow2-linux-461ddf3b90bb149b99c3f675959c1bd6b11ed936.tar.gz kernel-qcow2-linux-461ddf3b90bb149b99c3f675959c1bd6b11ed936.tar.xz kernel-qcow2-linux-461ddf3b90bb149b99c3f675959c1bd6b11ed936.zip |
[NET]: kernel-doc fixes
Fix kernel-doc warnings in network files.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-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 e797d9ef0e28..8c5d6001a923 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -206,6 +206,7 @@ enum { * @nfct: Associated connection, if any * @ipvs_property: skbuff is owned by ipvs * @nfctinfo: Relationship of this skb to the connection + * @nfct_reasm: netfilter conntrack re-assembly pointer * @nf_bridge: Saved data about a bridged frame - see br_netfilter.c * @tc_index: Traffic control index * @tc_verd: traffic control verdict |