From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 71EC9A0471 for ; Thu, 20 Jun 2019 11:55:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A4F81D124; Thu, 20 Jun 2019 11:55:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6B0E51D04B; Thu, 20 Jun 2019 11:54:59 +0200 (CEST) In-Reply-To: <20190620053449.32959-3-qiming.yang@intel.com> References: <20190620053449.32959-3-qiming.yang@intel.com> To: test-report@dpdk.org Cc: Qiming Yang Message-Id: <20190620095459.6B0E51D04B@dpdk.org> Date: Thu, 20 Jun 2019 11:54:59 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw55117 [PATCH v3 2/3] net/ice: add generic flow API 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/55117 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 24) #646: FILE: drivers/net/ice/ice_generic_flow.c:471: + if (icmp6_mask->type == UINT8_MAX) + input_set |= ICE_INSET_ICMP6; CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!fields' #701: FILE: drivers/net/ice/ice_generic_flow.c:526: + if ((!fields) || (fields && (!inset))) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!inset' #701: FILE: drivers/net/ice/ice_generic_flow.c:526: + if ((!fields) || (fields && (!inset))) { CHECK:BRACES: Unbalanced braces around else statement #830: FILE: drivers/net/ice/ice_generic_flow.c:655: + } else total: 0 errors, 1 warnings, 3 checks, 1458 lines checked