|WARNING| pw161152 [PATCH v1 01/25] net/intel/common: add common flow action parsing
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 11 15:22:53 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/161152
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#166: FILE: drivers/net/intel/common/flow_check.h:73:
+typedef int (*ci_flow_actions_check_fn)(
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'q_num == 0'
#206: FILE: drivers/net/intel/common/flow_check.h:113:
+ if ((q_num == 0) == (rss->queue == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->queue == NULL'
#206: FILE: drivers/net/intel/common/flow_check.h:113:
+ if ((q_num == 0) == (rss->queue == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->key_len == 0'
#220: FILE: drivers/net/intel/common/flow_check.h:127:
+ if ((rss->key_len == 0) != (rss->key == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->key == NULL'
#220: FILE: drivers/net/intel/common/flow_check.h:127:
+ if ((rss->key_len == 0) != (rss->key == NULL)) {
total: 0 errors, 0 warnings, 5 checks, 238 lines checked
More information about the test-report
mailing list