[dpdk-test-report] |WARNING| pw57020 [PATCH 2/3] net/sfc: fix align to power of 2 when align has smaller type

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 24 15:00:06 CEST 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_type' - possible side-effects?
#62: FILE: drivers/net/sfc/base/efx.h:37:
+#define	EFX_P2ALIGN(_type, _value, _align)	\
+	((_type)(_value) & -(_type)(_align))

total: 0 errors, 0 warnings, 1 checks, 41 lines checked


More information about the test-report mailing list