Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: skbuff: Remove some excess struct-member documentation

Remove documentation for nonexistent structure members, addressing these
warnings:

./include/linux/skbuff.h:1063: warning: Excess struct member 'sp' description in 'sk_buff'
./include/linux/skbuff.h:1063: warning: Excess struct member 'nf_bridge' description in 'sk_buff'

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jonathan Corbet and committed by
David S. Miller
dcc3e464 5f123035

-2
-2
include/linux/skbuff.h
··· 754 754 * @dev_scratch: (aka @dev) alternate use of @dev when @dev would be %NULL 755 755 * @cb: Control buffer. Free for use by every layer. Put private vars here 756 756 * @_skb_refdst: destination entry (with norefcount bit) 757 - * @sp: the security path, used for xfrm 758 757 * @len: Length of actual data 759 758 * @data_len: Data length 760 759 * @mac_len: Length of link layer header ··· 787 788 * @tcp_tsorted_anchor: list structure for TCP (tp->tsorted_sent_queue) 788 789 * @_sk_redir: socket redirection information for skmsg 789 790 * @_nfct: Associated connection, if any (with nfctinfo bits) 790 - * @nf_bridge: Saved data about a bridged frame - see br_netfilter.c 791 791 * @skb_iif: ifindex of device we arrived on 792 792 * @tc_index: Traffic control index 793 793 * @hash: the packet hash