|WARNING| pw147431 [PATCH v30 07/13] log: rework syslog handling
checkpatch at dpdk.org
checkpatch at dpdk.org
Sun Oct 27 18:28:47 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/147431
_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'?
#235: FILE: doc/guides/prog_guide/log_lib.rst:11:
+In addition, the log can be redirected to a different stdio file stream.
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#698: FILE: lib/log/log_syslog.c:5:
+#include <stdio.h>
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#702: FILE: lib/log/log_syslog.c:9:
+#include <stdio.h>
total: 0 errors, 5 warnings, 514 lines checked
More information about the test-report
mailing list