|WARNING| pw135053 [PATCH 5/5] eal: fix memzone fbarray cleanup

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 12 05:27:49 CET 2023


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/135053

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#164: 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