[dpdk-test-report] |WARNING| pw18391 [PATCH v4 07/23] i40e:	localize mapping of eth_dev to pci
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Wed Dec 21 16:10:27 CET 2016
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/18391
_coding style issues_
CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'eth_dev' may be better as '(eth_dev)' to avoid precedence issues
#375: FILE: drivers/net/i40e/i40e_ethdev.h:620:
+#define I40E_DEV_TO_PCI(eth_dev) \
+	(eth_dev->pci_dev)
total: 0 errors, 0 warnings, 1 checks, 413 lines checked
    
    
More information about the test-report
mailing list