[dpdk-test-report] |WARNING| pw51787 [PATCH] examples/multi_process/symmetric_mp: fix link check

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 27 12:23:16 CET 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#38: FILE: examples/multi_process/symmetric_mp/main.c:76:
+static unsigned port_mask = 0;

ERROR:INITIALISED_STATIC: do not initialise statics to 0
#38: FILE: examples/multi_process/symmetric_mp/main.c:76:
+static unsigned port_mask = 0;

total: 1 errors, 1 warnings, 39 lines checked


More information about the test-report mailing list