|WARNING| pw136176 [PATCH v3 3/8] argparse: support verify argument config
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 26 07:17:06 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/136176
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#102: FILE: app/test/test_argparse.c:5:
+#include <stdio.h>
WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#179: FILE: app/test/test_argparse.c:82:
+ { "--abc", "-a", "abc argument", (void *)1, (void *)1, RTE_ARGPARSE_ARG_NO_VALUE | RTE_ARGPARSE_ARG_VALUE_INT }, \
WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#180: FILE: app/test/test_argparse.c:83:
+ { "--xyz", "-x", "xyz argument", (void *)1, (void *)2, RTE_ARGPARSE_ARG_NO_VALUE | RTE_ARGPARSE_ARG_VALUE_INT }, \
total: 0 errors, 3 warnings, 678 lines checked
More information about the test-report
mailing list