[dpdk-test-report] |WARNING| pw18390 [PATCH v4 06/23] ixgbe: localize mapping from eth_dev to pci_device

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Dec 21 16:10:25 CET 2016


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#152: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:1319:
+^Irte_intr_callback_unregister(intr_handle, $

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'eth_dev' may be better as '(eth_dev)' to avoid precedence issues
#512: FILE: drivers/net/ixgbe/ixgbe_ethdev.h:294:
+#define IXGBE_DEV_TO_PCI(eth_dev) \
+	(eth_dev->pci_dev)

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


More information about the test-report mailing list