[dpdk-test-report] |WARNING| pw75428 [PATCH v4 3/8] net/dpaa: add support for fmcless mode
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Aug 11 14:36:46 CEST 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/75428
_coding style issues_
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#715: FILE: drivers/net/dpaa/dpaa_flow.c:385:
+ dist_units->param.units[dist_idx++].hdrs[0].hdr
+ = HEADER_TYPE_ETH;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#726: FILE: drivers/net/dpaa/dpaa_flow.c:396:
+ dist_units->param.units[dist_idx++].hdrs[0].hdr
+ = HEADER_TYPE_IPV4;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#738: FILE: drivers/net/dpaa/dpaa_flow.c:408:
+ dist_units->param.units[dist_idx++].hdrs[0].hdr
+ = HEADER_TYPE_IPV6;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#749: FILE: drivers/net/dpaa/dpaa_flow.c:419:
+ dist_units->param.units[dist_idx++].hdrs[0].hdr
+ = HEADER_TYPE_TCP;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#760: FILE: drivers/net/dpaa/dpaa_flow.c:430:
+ dist_units->param.units[dist_idx++].hdrs[0].hdr
+ = HEADER_TYPE_UDP;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#771: FILE: drivers/net/dpaa/dpaa_flow.c:441:
+ dist_units->param.units[dist_idx++].hdrs[0].hdr
+ = HEADER_TYPE_SCTP;
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#865: FILE: drivers/net/dpaa/dpaa_flow.c:535:
+ ret = fm_pcd_kg_scheme_delete(
total: 0 errors, 0 warnings, 7 checks, 1146 lines checked
Warning in drivers/net/dpaa/dpaa_ethdev.c:
Using compiler attribute directly
More information about the test-report
mailing list