|WARNING| pw127355 [PATCH v4] lib: set/get max memzone segments

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 25 00:27:41 CEST 2023


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

_coding style issues_


ERROR:INITIALISED_STATIC: do not initialise statics to NULL
#306: FILE: drivers/net/qede/base/bcm_osal.c:50:
+static const struct rte_memzone **ecore_mz_mapping = NULL;

ERROR:INITIALISED_STATIC: do not initialise statics to 0
#310: FILE: drivers/net/qede/base/bcm_osal.c:54:
+static uint32_t ref_cnt = 0;

total: 2 errors, 0 warnings, 323 lines checked


More information about the test-report mailing list