From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5B9112C18; Mon, 22 May 2017 08:42:05 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: "zhangsha \(A\)" Message-Id: <20170522064205.5B9112C18@dpdk.org> Date: Mon, 22 May 2017 08:42:05 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24420 [PATCH] bond: update the NTT flag when partner's state changes from slow to fast X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 06:42:05 -0000 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> ("")' - 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