[dpdk-test-report] |WARNING| pw63729 [PATCH] net/ena: initialize PCI info in eth_ena_dev_init

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 10 23:14:02 CET 2019


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#64: 
with commit eeefe73f.  Modifying net/ena to conform.

ERROR:CODE_INDENT: code indent should use tabs where possible
#79: FILE: drivers/net/ena/ena_ethdev.c:1704:
+        rte_eth_copy_pci_info(eth_dev, pci_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#79: FILE: drivers/net/ena/ena_ethdev.c:1704:
+        rte_eth_copy_pci_info(eth_dev, pci_dev);$

total: 2 errors, 1 warnings, 0 checks, 7 lines checked


More information about the test-report mailing list