|WARNING| pw121508 [PATCH 4/6] app/dumpcap: fix capturing on multiple interfaces

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 2 17:26:45 CET 2023


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

_coding style issues_


ERROR:INITIALISED_STATIC: do not initialise statics to 0
#109: FILE: app/dumpcap/main.c:68:
+static uint8_t interface_arg_count = 0; /* count of interfaces configured via -i */

total: 1 errors, 0 warnings, 84 lines checked
Warning in app/dumpcap/main.c:
Declaring a variable inside for()


More information about the test-report mailing list