]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: nf_tables: fix kdoc warnings after gc rework
authorFlorian Westphal <fw@strlen.de>
Thu, 10 Aug 2023 21:59:03 +0000 (23:59 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 15 Aug 2023 22:05:14 +0000 (00:05 +0200)
commit08713cb006b6f07434f276c5ee214fb20c7fd965
tree457bdd8a5867a212d9d5b43d50222a1e41e6f18e
parentb9f052dc68f69dac89fe1e24693354c033daa091
netfilter: nf_tables: fix kdoc warnings after gc rework

Jakub Kicinski says:
  We've got some new kdoc warnings here:
  net/netfilter/nft_set_pipapo.c:1557: warning: Function parameter or member '_set' not described in 'pipapo_gc'
  net/netfilter/nft_set_pipapo.c:1557: warning: Excess function parameter 'set' description in 'pipapo_gc'
  include/net/netfilter/nf_tables.h:577: warning: Function parameter or member 'dead' not described in 'nft_set'

Fixes: 5f68718b34a5 ("netfilter: nf_tables: GC transaction API to avoid race with control plane")
Fixes: f6c383b8c31a ("netfilter: nf_tables: adapt set backend to use GC transaction API")
Reported-by: Jakub Kicinski <kuba@kernel.org>
Closes: https://lore.kernel.org/netdev/20230810104638.746e46f1@kernel.org/
Signed-off-by: Florian Westphal <fw@strlen.de>
include/net/netfilter/nf_tables.h
net/netfilter/nft_set_pipapo.c