On Fri, May 03, 2024 at 12:41:43PM +0200, Florian Westphal wrote: > kernel test robot <lkp@xxxxxxxxx> wrote: > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git under-review > > head: 7ab960ad3bd958ddbeabe9ab2287ac5d0a673f23 > > commit: cd491237776df450e99904b9408bfad35366a73f [14/18] netfilter: nft_set_pipapo: prepare walk function for on-demand clone > > config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20240503/202405031522.nDHvTzEz-lkp@xxxxxxxxx/config) > > compiler: sh4-linux-gcc (GCC) 13.2.0 > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240503/202405031522.nDHvTzEz-lkp@xxxxxxxxx/reproduce) > > > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > > the same patch/commit), kindly add following tags > > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > > | Closes: https://lore.kernel.org/oe-kbuild-all/202405031522.nDHvTzEz-lkp@xxxxxxxxx/ > > > > All warnings (new ones prefixed by >>): > > > > >> net/netfilter/nft_set_pipapo.c:2122: warning: expecting prototype for __nft_pipapo_walk(). Prototype was for nft_pipapo_do_walk() instead > > Sigh. Pablo, can you squash this to > "netfilter: nft_set_pipapo: prepare walk function for on-demand clone"? Done! > diff --git a/net/netfilter/nft_set_pipapo.c b/net/netfilter/nft_set_pipapo.c > index be5c554ca4d3..1a1dcb646af5 100644 > --- a/net/netfilter/nft_set_pipapo.c > +++ b/net/netfilter/nft_set_pipapo.c > @@ -2100,7 +2100,7 @@ static void nft_pipapo_remove(const struct net *net, const struct nft_set *set, > } > > /** > - * __nft_pipapo_walk() - Walk over elements in m > + * nft_pipapo_do_walk() - Walk over elements in m > * @ctx: nftables API context > * @set: nftables API set representation > * @m: matching data pointing to key mapping array >