aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2024-02-08 15:46:03 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2024-02-15 00:17:45 +0100
commitf6374a82fc85bf911d033e2fa791372ce3356270 (patch)
tree9d2d5e9701d2290664b3fcca765eeb3884f14ae1 /net/netfilter
parentethernet: cpts: fix function pointer cast warnings (diff)
downloadwireguard-linux-f6374a82fc85bf911d033e2fa791372ce3356270.tar.xz
wireguard-linux-f6374a82fc85bf911d033e2fa791372ce3356270.zip
netfilter: nft_set_pipapo: fix missing : in kdoc
Add missing : in kdoc field names. Fixes: 8683f4b9950d ("nft_set_pipapo: Prepare for vectorised implementation: helpers") Reported-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/nft_set_pipapo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/nft_set_pipapo.h b/net/netfilter/nft_set_pipapo.h
index f59a0cd81105..3842c7341a9f 100644
--- a/net/netfilter/nft_set_pipapo.h
+++ b/net/netfilter/nft_set_pipapo.h
@@ -144,10 +144,10 @@ struct nft_pipapo_scratch {
/**
* struct nft_pipapo_match - Data used for lookup and matching
- * @field_count Amount of fields in set
+ * @field_count: Amount of fields in set
* @scratch: Preallocated per-CPU maps for partial matching results
* @bsize_max: Maximum lookup table bucket size of all fields, in longs
- * @rcu Matching data is swapped on commits
+ * @rcu: Matching data is swapped on commits
* @f: Fields, with lookup and mapping tables
*/
struct nft_pipapo_match {