|WARNING| pw148099 [PATCH v31 06/12] log: rework syslog handling
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Nov 7 21:52:56 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148099
_coding style issues_
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#133: 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
#138: 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'?
#228: FILE: doc/guides/prog_guide/log_lib.rst:10:
+In addition, the log can be redirected to a different stdio file stream.
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#674: FILE: lib/log/log_syslog.c:6:
+#include <stdio.h>
total: 0 errors, 4 warnings, 502 lines checked
More information about the test-report
mailing list