[dpdk-test-report] |WARNING| pw28093 [PATCH 08/11] net/sfc/base: add API to set an RSS context for a filter

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Aug 30 20:18:48 CEST 2017


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

_coding style issues_


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

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

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

total: 2 errors, 0 warnings, 1 checks, 86 lines checked


More information about the test-report mailing list