]> Git Repo - linux.git/commit
net: skbuff: Remove some excess struct-member documentation
authorJonathan Corbet <[email protected]>
Tue, 19 Dec 2023 00:26:26 +0000 (17:26 -0700)
committerDavid S. Miller <[email protected]>
Fri, 22 Dec 2023 23:12:33 +0000 (23:12 +0000)
commitdcc3e46472d678f4af5ce1194a23649231c5d241
tree407b1588e13e511b0331c2d42f21f7b3b391d619
parent5f12303528da5f369b8c3ecc3fb8e09a64478999
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]>
include/linux/skbuff.h
This page took 0.060875 seconds and 4 git commands to generate.