Message ID | 20240214233818.7946-2-pablo@netfilter.org (mailing list archive) |
---|---|
State | Accepted |
Commit | f6374a82fc85bf911d033e2fa791372ce3356270 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,1/3] netfilter: nft_set_pipapo: fix missing : in kdoc | expand |
Hello: This series was applied to netdev/net.git (main) by Pablo Neira Ayuso <pablo@netfilter.org>: On Thu, 15 Feb 2024 00:38:16 +0100 you wrote: > 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 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [net,1/3] netfilter: nft_set_pipapo: fix missing : in kdoc https://git.kernel.org/netdev/net/c/f6374a82fc85 - [net,2/3] netfilter: nat: restore default DNAT behavior https://git.kernel.org/netdev/net/c/0f1ae2821fa4 - [net,3/3] netfilter: nf_tables: fix bidirectional offload regression https://git.kernel.org/netdev/net/c/84443741faab You are awesome, thank you!
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 {
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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)