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 D42EBA00E6 for ; Thu, 13 Jun 2019 15:57:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC93F1D5A6; Thu, 13 Jun 2019 15:57:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F22391D59D; Thu, 13 Jun 2019 15:57:09 +0200 (CEST) In-Reply-To: <20190612075029.109914-3-qiming.yang@intel.com> References: <20190612075029.109914-3-qiming.yang@intel.com> To: test-report@dpdk.org Cc: Qiming Yang Message-Id: <20190613135709.F22391D59D@dpdk.org> Date: Thu, 13 Jun 2019 15:57:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54731 [PATCH v2 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/54731 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 24) #564: FILE: drivers/net/ice/ice_generic_flow.c:390: + if (icmp6_mask->type == UINT8_MAX) + input_set |= ICE_INSET_ICMP6; CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!fields' #585: FILE: drivers/net/ice/ice_generic_flow.c:411: + if ((!fields) || (fields && (!inset))) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!inset' #585: FILE: drivers/net/ice/ice_generic_flow.c:411: + if ((!fields) || (fields && (!inset))) { CHECK:BRACES: Unbalanced braces around else statement #714: FILE: drivers/net/ice/ice_generic_flow.c:540: + } else total: 0 errors, 1 warnings, 3 checks, 1087 lines checked