|WARNING| pw130311 [PATCH v1 5/7] eal_memory: skip initialization

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 15 03:40:20 CEST 2023


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

_coding style issues_


ERROR:INITIALISED_STATIC: do not initialise statics to 0
#80: FILE: lib/eal/common/eal_common_memory.c:1087:
+	static int initialized = 0;

ERROR:INITIALISED_STATIC: do not initialise statics to 0
#107: FILE: lib/eal/common/malloc_heap.c:1408:
+	static int initialized = 0;

total: 2 errors, 0 warnings, 39 lines checked


More information about the test-report mailing list