From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 10E34A0093 for ; Tue, 19 May 2020 09:53:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F05161D5D1; Tue, 19 May 2020 09:53:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9060E1D5D2; Tue, 19 May 2020 09:53:43 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: luyicai Message-Id: <20200519075343.9060E1D5D2@dpdk.org> Date: Tue, 19 May 2020 09:53:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70415 [PATCH] drivers/net/bonding: fix bug for lacp negotiation failed 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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 ' total: 2 errors, 3 warnings, 0 checks, 9 lines checked