Skip to content

Commit dcc3e46

Browse files
Jonathan Corbetdavem330
authored andcommitted
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 <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5f12303 commit dcc3e46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/skbuff.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ typedef unsigned char *sk_buff_data_t;
754754
* @dev_scratch: (aka @dev) alternate use of @dev when @dev would be %NULL
755755
* @cb: Control buffer. Free for use by every layer. Put private vars here
756756
* @_skb_refdst: destination entry (with norefcount bit)
757-
* @sp: the security path, used for xfrm
758757
* @len: Length of actual data
759758
* @data_len: Data length
760759
* @mac_len: Length of link layer header
@@ -788,7 +787,6 @@ typedef unsigned char *sk_buff_data_t;
788787
* @tcp_tsorted_anchor: list structure for TCP (tp->tsorted_sent_queue)
789788
* @_sk_redir: socket redirection information for skmsg
790789
* @_nfct: Associated connection, if any (with nfctinfo bits)
791-
* @nf_bridge: Saved data about a bridged frame - see br_netfilter.c
792790
* @skb_iif: ifindex of device we arrived on
793791
* @tc_index: Traffic control index
794792
* @hash: the packet hash

0 commit comments

Comments
 (0)