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 E7A74A0096 for ; Mon, 3 Jun 2019 11:07:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E02CF28F3; Mon, 3 Jun 2019 11:07:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 17AEA5680; Mon, 3 Jun 2019 11:07:44 +0200 (CEST) In-Reply-To: <1559552722-8970-3-git-send-email-qiming.yang@intel.com> References: <1559552722-8970-3-git-send-email-qiming.yang@intel.com> To: test-report@dpdk.org Cc: Qiming Yang Message-Id: <20190603090744.17AEA5680@dpdk.org> Date: Mon, 3 Jun 2019 11:07:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54144 [PATCH 2/2] 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/54144 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 24) #565: FILE: drivers/net/ice/ice_generic_flow.c:391: + if (icmp6_mask->type == UINT8_MAX) + input_set |= ICE_INSET_ICMP6; CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!fields' #586: FILE: drivers/net/ice/ice_generic_flow.c:412: + if ((!fields) || (fields && (!inset))) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!inset' #586: FILE: drivers/net/ice/ice_generic_flow.c:412: + if ((!fields) || (fields && (!inset))) { CHECK:BRACES: Unbalanced braces around else statement #715: FILE: drivers/net/ice/ice_generic_flow.c:541: + } else total: 0 errors, 1 warnings, 3 checks, 1087 lines checked