[dpdk-test-report] |WARNING| [RFC PATCH 3/6] bus: add bus driver layer

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 17 06:29:09 CET 2016


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

_coding style issues_


WARNING:TYPO_SPELLING: 'implmentation' may be misspelled - perhaps 'implementation'?
#140: 
 - This way, each bus implmentation would be within the drivers/* area and

ERROR:SPACING: space required after that ',' (ctx:VxV)
#380: FILE: bus/pci/linuxapp/pci_bus.c:93:
+	splitaddr.function = strchr(splitaddr.devid,'.');
 	                                           ^

ERROR:SPACING: spaces required around that '<' (ctx:VxV)
#417: FILE: bus/pci/linuxapp/pci_bus.c:130:
+	for (i = 0; i<PCI_MAX_RESOURCE; i++) {
 	             ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#445: FILE: bus/pci/linuxapp/pci_bus.c:158:
+pci_scan_one(const char *dirname, uint16_t domain, uint8_t bus,uint8_t devid,
                                                               ^

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#760: FILE: bus/pci/linuxapp/pci_bus.h:49:
+/**
+* Scan the content of the PCI bus, and the devices in the devices

total: 3 errors, 2 warnings, 546 lines checked


More information about the test-report mailing list