[dpdk-test-report] |WARNING| pw28030 [PATCH 3/4] net/sfc/base: support filters for encapsulated packets

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 28 15:26:01 CEST 2017


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

_coding style issues_


ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#108: FILE: drivers/net/sfc/base/ef10_filter.c:429:
+		return (B_FALSE);

CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#206: FILE: drivers/net/sfc/base/efx.h:2398:
+extern	__checkReturn	efx_rc_t

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#288: FILE: drivers/net/sfc/base/efx_filter.c:483:
+	return (0);

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

total: 3 errors, 0 warnings, 1 checks, 249 lines checked


More information about the test-report mailing list