Skip to content

Commit f79f9b7

Browse files
bagasmePaolo Abeni
authored andcommitted
net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct
Sphinx reports kernel-doc warning: WARNING: ./net/bridge/br_private.h:267 struct member 'tunnel_hash' not described in 'net_bridge_vlan_group' Fix it by describing @tunnel_hash member. Fixes: efa5356 ("bridge: per vlan dst_metadata netlink support") Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: Nikolay Aleksandrov <razor@blackwall.org> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Link: https://patch.msgid.link/20251218042936.24175-2-bagasdotme@gmail.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 1ab526d commit f79f9b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

net/bridge/br_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ struct net_bridge_vlan {
247247
* struct net_bridge_vlan_group
248248
*
249249
* @vlan_hash: VLAN entry rhashtable
250+
* @tunnel_hash: Hash table to map from tunnel key ID (e.g. VXLAN VNI) to VLAN
250251
* @vlan_list: sorted VLAN entry list
251252
* @num_vlans: number of total VLAN entries
252253
* @pvid: PVID VLAN id

0 commit comments

Comments
 (0)