|WARNING| pw147352 [PATCH v29 07/13] log: rework syslog handling

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 25 23:47:59 CEST 2024


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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#139: FILE: app/test/test_eal_flags.c:988:
+	const char *argv3[] = {prgname, prefix, mp_flag, "--syslog=user"};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#144: FILE: app/test/test_eal_flags.c:992:
+	const char *argv5[] = {prgname, prefix, mp_flag, "--syslog=invalid"};

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#703: FILE: lib/log/log_syslog.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#707: FILE: lib/log/log_syslog.c:9:
+#include <stdio.h>

total: 0 errors, 4 warnings, 518 lines checked


More information about the test-report mailing list