numam-dpdk/lib/librte_mempool
Ciara Power f42c9ac5b6 lib: fix unnecessary double negation
An equality expression already returns either 0 or 1.
There is no need to use double negation for these cases.

Fixes: ea672a8b16 ("mbuf: remove the rte_pktmbuf structure")
Fixes: a0fd91cefc ("mempool: rename functions with confusing names")
Cc: stable@dpdk.org

Signed-off-by: Ciara Power <ciara.power@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2020-02-14 17:39:46 +01:00
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: remove individual library versions 2019-11-20 23:05:39 +01:00
rte_mempool_ops_default.c mempool: use specific macro for object alignment 2019-11-06 11:34:19 +01:00
rte_mempool_ops.c mempool: reduce wasted space on populate 2019-11-06 11:11:10 +01:00
rte_mempool_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_mempool.c mempool: remove memory wastage on non-x86 2020-01-20 16:37:27 +01:00
rte_mempool.h lib: fix unnecessary double negation 2020-02-14 17:39:46 +01:00