[dpdk-test-report] |WARNING| [PATCH v2 08/55] net/sfc: import libefx MCDI proxy authorization support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Nov 29 17:20:35 CET 2016


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17281

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#138: FILE: drivers/net/sfc/base/efx_mcdi.c:357:
+		    (err_len == sizeof (err))) {

CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#170: FILE: drivers/net/sfc/base/efx_mcdi.c:755:
+	__checkReturn	efx_rc_t

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#195: FILE: drivers/net/sfc/base/efx_mcdi.c:780:
+	return (rc);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#199: FILE: drivers/net/sfc/base/efx_mcdi.c:784:
+	return (rc);

total: 2 errors, 1 warnings, 1 checks, 143 lines checked


More information about the test-report mailing list