[dpdk-test-report] |WARNING| pw89541 [PATCH v2 4/6] net/ngbe: add device init and uninit

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 19 08:28:12 CET 2021


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#358: FILE: drivers/net/ngbe/base/ngbe_osdep.h:160:
+#define NGBE_IS_MULTICAST(address) \
+		(bool)(((u8 *)(address))[0] & ((u8)0x01))

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


More information about the test-report mailing list