[dpdk-test-report] |WARNING| pw101675 [PATCH] pipeline: add support for action annotations
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 14 20:22:25 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/101675
_coding style issues_
ERROR:SPACING: space required before the open parenthesis '('
#190: FILE: lib/pipeline/rte_swx_pipeline.c:7407:
+ if(!t->action_is_for_table_entries)
ERROR:SPACING: space required before the open parenthesis '('
#194: FILE: lib/pipeline/rte_swx_pipeline.c:7411:
+ if(!t->action_is_for_default_entry)
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#335: FILE: lib/pipeline/rte_swx_pipeline.c:9531:
+ learner_action->action_is_for_table_entries = l->action_is_for_table_entries[learner_action_id];
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#336: FILE: lib/pipeline/rte_swx_pipeline.c:9532:
+ learner_action->action_is_for_default_entry = l->action_is_for_default_entry[learner_action_id];
total: 2 errors, 2 warnings, 483 lines checked
More information about the test-report
mailing list