[dpdk-test-report] |WARNING| pw18488 [PATCH v5 05/20] e1000: localize mapping from eth_dev to pci

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 23 16:58:52 CET 2016


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

_coding style issues_


CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'eth_dev' may be better as '(eth_dev)' to avoid precedence issues
#89: FILE: drivers/net/e1000/e1000_ethdev.h:289:
+#define E1000_DEV_TO_PCI(eth_dev) \
+	(eth_dev->pci_dev)

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

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


More information about the test-report mailing list