[dpdk-test-report] |WARNING| pw70415 [PATCH] drivers/net/bonding: fix bug for lacp negotiation failed

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 19 09:53:43 CEST 2020


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#86: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:801:
+               if (rte_is_zero_ether_addr(&partner->port_params.system) ||$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#86: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:801:
+               if (rte_is_zero_ether_addr(&partner->port_params.system) ||$

ERROR:CODE_INDENT: code indent should use tabs where possible
#87: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:802:
+                       rte_is_same_ether_addr(&partner->port_params.system,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#87: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:802:
+                       rte_is_same_ether_addr(&partner->port_params.system,$

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'luyicai <luyicai at huawei.com>'

total: 2 errors, 3 warnings, 0 checks, 9 lines checked


More information about the test-report mailing list