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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 18 10:33:31 CET 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'opearation' may be misspelled - perhaps 'operation'?
#59: 
Map device IDs and subsystem IDs to single ID for easy opearation.

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, 1 warnings, 0 checks, 379 lines checked


More information about the test-report mailing list