Commit f6374a82 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: nft_set_pipapo: fix missing : in kdoc



Add missing : in kdoc field names.

Fixes: 8683f4b9 ("nft_set_pipapo: Prepare for vectorised implementation: helpers")
Reported-by: default avatarPaolo Abeni <pabeni@redhat.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 9b23fceb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {