[dpdk-test-report] |WARNING| pw24420 [PATCH] bond: update the NTT flag when partner's state changes from slow to fast

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 22 08:42:05 CEST 2017


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

_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")'
#17: 
>From eddd395916002cca1c2f83a01d368b95295f2adf Mon Sep 17 00:00:00 2001

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#20: 
Subject: [PATCH] [PATCH] bond: update the NTT flag when partner's state changes from

ERROR:CODE_INDENT: code indent should use tabs where possible
#43: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:438:
+                                             if (is_partner_fast)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#43: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:438:
+                                             if (is_partner_fast)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (45, 62)
#43: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:438:
+                                             if (is_partner_fast)
                                                               SM_FLAG_SET(port, NTT);

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


More information about the test-report mailing list