Skip to content

Commit 144377c

Browse files
Jonathan Corbetdavem330
authored andcommitted
net: sock: remove excess structure-member documentation
Remove a couple of kerneldoc entries for struct members that do not exist, addressing these warnings: ./include/net/sock.h:548: warning: Excess struct member '__sk_flags_offset' description in 'sock' ./include/net/sock.h:548: warning: Excess struct member 'sk_padding' description in 'sock' Signed-off-by: Jonathan Corbet <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3fb65f6 commit 144377c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/net/sock.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ struct sk_filter;
264264
* @sk_pacing_status: Pacing status (requested, handled by sch_fq)
265265
* @sk_max_pacing_rate: Maximum pacing rate (%SO_MAX_PACING_RATE)
266266
* @sk_sndbuf: size of send buffer in bytes
267-
* @__sk_flags_offset: empty field used to determine location of bitfield
268-
* @sk_padding: unused element for alignment
269267
* @sk_no_check_tx: %SO_NO_CHECK setting, set checksum in TX packets
270268
* @sk_no_check_rx: allow zero checksum in RX packets
271269
* @sk_route_caps: route capabilities (e.g. %NETIF_F_TSO)

0 commit comments

Comments
 (0)