[dpdk-test-report] |WARNING| pw23839 [PATCH] drivers/net/bonding: fix updating the slave link status

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 25 08:13:39 CEST 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#33: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1439:
+        slave_eth_dev->dev_ops->link_update(slave_eth_dev, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#33: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1439:
+        slave_eth_dev->dev_ops->link_update(slave_eth_dev, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#36: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1442:
+    }$

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


More information about the test-report mailing list