On Wed, May 23, 2018 at 12:58 PM, kbuild test robot <[email protected]> wrote: > From: kbuild test robot <[email protected]> > > net/netfilter/nft_numgen.c:117:1-3: WARNING: PTR_ERR_OR_ZERO can be used > > > Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR > > Generated by: scripts/coccinelle/api/ptr_ret.cocci > > Fixes: d734a2888922 ("netfilter: nft_numgen: add map lookups for numgen > statements") > CC: Laura Garcia Liebana <[email protected]> > Signed-off-by: kbuild test robot <[email protected]>
Acked-by: Laura Garcia Liebana <[email protected]>

