Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
+2 -2
net/netfilter/nft_set_pipapo.h
··· 144 144 145 145 /** 146 146 * struct nft_pipapo_match - Data used for lookup and matching 147 - * @field_count Amount of fields in set 147 + * @field_count: Amount of fields in set 148 148 * @scratch: Preallocated per-CPU maps for partial matching results 149 149 * @bsize_max: Maximum lookup table bucket size of all fields, in longs 150 - * @rcu Matching data is swapped on commits 150 + * @rcu: Matching data is swapped on commits 151 151 * @f: Fields, with lookup and mapping tables 152 152 */ 153 153 struct nft_pipapo_match {