[dpdk-test-report] |WARNING| pw97428 [PATCH 10/38] common/sfc_efx/base: allow creating invalid mport selectors
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 27 09:00:25 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/97428
_coding style issues_
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#118: FILE: drivers/common/sfc_efx/base/efx_mae.c:678:
+ memset(mportp, 0, sizeof (*mportp));
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#121: FILE: drivers/common/sfc_efx/base/efx_mae.c:681:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#125: FILE: drivers/common/sfc_efx/base/efx_mae.c:685:
+ return (rc);
total: 2 errors, 1 warnings, 55 lines checked
More information about the test-report
mailing list