From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8C7442C18; Wed, 20 Dec 2017 03:19:02 +0100 (CET) In-Reply-To: <20171220021008.142687-1-wei.zhao1@intel.com> References: <20171220021008.142687-1-wei.zhao1@intel.com> To: test-report@dpdk.org Cc: Wei Zhao Message-Id: <20171220021902.8C7442C18@dpdk.org> Date: Wed, 20 Dec 2017 03:19:02 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32514 [PATCH] net/ixgbe: add flow parser ntuple support 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: Wed, 20 Dec 2017 02:19:02 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32514 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #85: FILE: drivers/net/ixgbe/ixgbe_flow.c:334: + if (ipv4_mask->hdr.version_ihl || [...] + rte_flow_error_set(error, CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'item->type != RTE_FLOW_ITEM_TYPE_END' #122: FILE: drivers/net/ixgbe/ixgbe_flow.c:370: + if ((item->type != RTE_FLOW_ITEM_TYPE_END) && + (!item->spec && !item->mask)) { total: 0 errors, 1 warnings, 1 checks, 101 lines checked