From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A8D18FA41; Mon, 27 Mar 2017 09:59:05 +0200 (CEST) In-Reply-To: <1490595475-139869-2-git-send-email-beilei.xing@intel.com> References: <1490595475-139869-2-git-send-email-beilei.xing@intel.com> To: test-report@dpdk.org Cc: Beilei Xing Message-Id: <20170327075905.A8D18FA41@dpdk.org> Date: Mon, 27 Mar 2017 09:59:05 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw22421 [PATCH v5 1/5] net/i40e: add pipeline personalization profile processing 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: Mon, 27 Mar 2017 07:59:05 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/22421 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #217: FILE: drivers/net/i40e/i40e_ethdev.c:11431: + if (op == RTE_PMD_I40E_PKG_OP_WR_ADD) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #241: FILE: drivers/net/i40e/i40e_ethdev.c:11455: + } else total: 0 errors, 0 warnings, 2 checks, 286 lines checked