|WARNING| pw138795 [PATCH v13 11/11] log: add optional support of syslog

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 26 03:01:04 CET 2024


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

_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, 194 lines checked


More information about the test-report mailing list