[dpdk-test-report] |WARNING| pw84091 [PATCH] common/sfc_efx/base: fix macro to extract from 256-bit type

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 13 09:43:55 CET 2020


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#102: FILE: drivers/common/sfc_efx/base/efx_types.h:450:
+#define	EFX_EXTRACT_XWORD32(_xword, _low, _high)			\
 	(EFX_EXTRACT32((_xword).ex_u32[0], FIX_LINT(0), FIX_LINT(31),	\
 	    _low, _high) |						\
 	EFX_EXTRACT32((_xword).ex_u32[1], FIX_LINT(32), FIX_LINT(63),	\

total: 1 errors, 0 warnings, 8 lines checked


More information about the test-report mailing list