|WARNING| pw138085 [PATCH v2 5/5] eal: fix memzone fbarray cleanup
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Mar 7 08:02:59 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/138085
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#163: FILE: lib/eal/common/eal_common_memzone.c:457:
+ if (rte_eal_process_type() == RTE_PROC_PRIMARY) {
+ rte_fbarray_destroy(&mcfg->memzones);
+ }
total: 0 errors, 1 warnings, 36 lines checked
More information about the test-report
mailing list