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 26AECA00C5 for ; Thu, 11 Jun 2020 11:11:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21F621BEC3; Thu, 11 Jun 2020 11:11:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 53DD01BE9C; Thu, 11 Jun 2020 11:11:29 +0200 (CEST) In-Reply-To: <20200611170839.9206-11-ting.xu@intel.com> References: <20200611170839.9206-11-ting.xu@intel.com> To: test-report@dpdk.org Cc: Ting Xu Message-Id: <20200611091129.53DD01BE9C@dpdk.org> Date: Thu, 11 Jun 2020 11:11:29 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71260 [PATCH v2 10/12] net/ice: enable stats for DCF 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/71260 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 19) #100: FILE: drivers/net/ice/ice_dcf.c:1016: + if (err) { + PMD_DRV_LOG(ERR, "fail to execute command OP_GET_STATS"); WARNING:TABSTOP: Statements should start on a tabstop #102: FILE: drivers/net/ice/ice_dcf.c:1018: + return err; total: 0 errors, 2 warnings, 0 checks, 158 lines checked