numam-dpdk/lib/eal/freebsd
Stephen Hemminger 06c047b680 remove unnecessary null checks
Functions like free, rte_free, and rte_mempool_free
already handle NULL pointer so the checks here are not necessary.

Remove redundant NULL pointer checks before free functions
found by nullfree.cocci

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2022-02-12 12:07:48 +01:00
..
include eal: remove sys/queue.h from public headers 2021-10-01 13:09:43 +02:00
eal_alarm_private.h
eal_alarm.c alarm: remove direct access to interrupt handle 2021-10-25 21:20:12 +02:00
eal_cpuflags.c
eal_debug.c
eal_dev.c
eal_hugepage_info.c eal/freebsd: lock memory device to prevent conflicts 2021-10-02 16:30:16 +02:00
eal_interrupts.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
eal_lcore.c
eal_memalloc.c
eal_memory.c
eal_thread.c eal: fix memory ordering around lcore task accesses 2021-10-25 18:20:59 +02:00
eal_timer.c
eal.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
meson.build