[dpdk-test-report] |WARNING| pw50227 [20/38] net/sfc/base: support different event descriptor sizes

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 7 17:36:47 CET 2019


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#92: FILE: drivers/net/sfc/base/ef10_impl.h:22:
+#define	EF10_EVQ_DESC_SIZE	(sizeof (efx_qword_t))

CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#149: FILE: drivers/net/sfc/base/efx.h:2003:
+extern	__checkReturn	size_t

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#150: FILE: drivers/net/sfc/base/efx.h:2004:
+efx_evq_size(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#155: FILE: drivers/net/sfc/base/efx.h:2009:
+efx_evq_nbufs(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#171: FILE: drivers/net/sfc/base/efx_ev.c:177:
+efx_evq_size(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#181: FILE: drivers/net/sfc/base/efx_ev.c:187:
+efx_evq_nbufs(

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#274: FILE: drivers/net/sfc/base/siena_impl.h:37:
+#define	SIENA_EVQ_DESC_SIZE	(sizeof (efx_qword_t))

total: 0 errors, 2 warnings, 5 checks, 186 lines checked


More information about the test-report mailing list