From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 94B372C16; Tue, 25 Apr 2017 08:13:39 +0200 (CEST) In-Reply-To: <20170425061158.4435-1-lnykww@gmail.com> References: <20170425061158.4435-1-lnykww@gmail.com> To: test-report@dpdk.org Cc: wang wei Message-Id: <20170425061339.94B372C16@dpdk.org> Date: Tue, 25 Apr 2017 08:13:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23839 [PATCH] drivers/net/bonding: fix updating the slave link status 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: Tue, 25 Apr 2017 06:13:39 -0000 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