[dpdk-test-report] |WARNING| pw31790 [PATCH 06/11] net/vhostpci: add support for link status change

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 30 10:47:59 CET 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around dev->data->dev_link
#74: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:315:
+	struct rte_eth_link *src = &(dev->data->dev_link);

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#153: FILE: drivers/net/vhostpci/vhostpci_ethdev.c:400:
+
+}

total: 0 errors, 0 warnings, 2 checks, 150 lines checked


More information about the test-report mailing list