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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 21 16:02:29 CET 2016


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

_coding style issues_


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

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

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

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#191: FILE: drivers/net/sfc/efx/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