|WARNING| pw157384 [PATCH v11 15/21] eal: automatically init arg list options
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 9 15:05:21 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/157384
_coding style issues_
WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#99: FILE: lib/eal/common/eal_common_options.c:80:
+#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname),
WARNING:MACRO_ARG_UNUSED: Argument 'long' is not used in function-like macro
#99: FILE: lib/eal/common/eal_common_options.c:80:
+#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname),
WARNING:MACRO_ARG_UNUSED: Argument 'short' is not used in function-like macro
#99: FILE: lib/eal/common/eal_common_options.c:80:
+#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname),
WARNING:MACRO_ARG_UNUSED: Argument 'help_str' is not used in function-like macro
#99: FILE: lib/eal/common/eal_common_options.c:80:
+#define LIST_ARG(long, short, help_str, fieldname) .fieldname = TAILQ_HEAD_INITIALIZER(args.fieldname),
total: 0 errors, 4 warnings, 59 lines checked
More information about the test-report
mailing list