netfilter: nft_set_pipapo: fix missing : in kdoc
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 8 Feb 2024 14:46:03 +0000 (15:46 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 14 Feb 2024 23:17:45 +0000 (00:17 +0100)
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>
net/netfilter/nft_set_pipapo.h

index f59a0cd..3842c73 100644 (file)
@@ -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 {