|WARNING| pw138824 [PATCH v14 13/15] log: add optional support of syslog
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Mar 26 18:38:48 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/138824
_coding style issues_
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#108: FILE: app/test/test_eal_flags.c:990:
+ const char *argv4[] = {prgname, prefix, mp_flag, "--syslog=both"};
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#111: FILE: app/test/test_eal_flags.c:992:
+ const char *argv5[] = {prgname, prefix, mp_flag, "--syslog=invalid"};
total: 0 errors, 2 warnings, 203 lines checked
More information about the test-report
mailing list