[dpdk-test-report] |WARNING| pw23455 [PATCH v13 4/7] pci: add bus driver

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 11 13:09:23 CEST 2017


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#43: FILE: lib/librte_eal/bsdapp/eal/eal_pci.c:90:
+extern struct rte_pci_bus rte_pci_bus;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#64: FILE: lib/librte_eal/common/eal_common_pci.c:92:
+extern struct rte_pci_bus rte_pci_bus;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#229: FILE: lib/librte_eal/linuxapp/eal/eal_pci.c:58:
+extern struct rte_pci_bus rte_pci_bus;

total: 0 errors, 3 warnings, 169 lines checked


More information about the test-report mailing list