|WARNING| pw147155 [PATCH v28 07/13] log: rework syslog handling

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 24 21:11:00 CEST 2024


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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#140: 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
#145: 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'?
#706: FILE: lib/log/log_syslog.c:5:
+#include <stdio.h>

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

total: 0 errors, 4 warnings, 521 lines checked


More information about the test-report mailing list