[dpdk-test-report] |WARNING| pw81560 [PATCH v2 60/62] common/sfc_efx/base: support outer rule provisioning
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 20 11:38:35 CEST 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/81560
_coding style issues_
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#172: FILE: drivers/common/sfc_efx/base/efx_mae.c:1389:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#192: FILE: drivers/common/sfc_efx/base/efx_mae.c:1409:
+ EFX_STATIC_ASSERT(sizeof (or_idp->id) ==
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#242: FILE: drivers/common/sfc_efx/base/efx_mae.c:1459:
+ EFX_STATIC_ASSERT(sizeof (spec->emms_mask_value_pairs.outer) >=
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#268: FILE: drivers/common/sfc_efx/base/efx_mae.c:1485:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#282: FILE: drivers/common/sfc_efx/base/efx_mae.c:1499:
+ return (rc);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#332: FILE: drivers/common/sfc_efx/base/efx_mae.c:1549:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#354: FILE: drivers/common/sfc_efx/base/efx_mae.c:1571:
+ sizeof (or_idp->id), (const uint8_t *)&or_idp->id,
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#355: FILE: drivers/common/sfc_efx/base/efx_mae.c:1572:
+ sizeof (full_mask), (const uint8_t *)&full_mask);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#359: FILE: drivers/common/sfc_efx/base/efx_mae.c:1576:
+ return (0);
total: 5 errors, 4 warnings, 261 lines checked
More information about the test-report
mailing list