From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B871137A0; Thu, 29 Jun 2017 23:52:41 +0200 (CEST) In-Reply-To: <1498551492-17214-2-git-send-email-andrey.chilikin@intel.com> References: <1498551492-17214-2-git-send-email-andrey.chilikin@intel.com> To: test-report@dpdk.org Cc: "Chilikin, Andrey" Message-Id: <20170629215241.B871137A0@dpdk.org> Date: Thu, 29 Jun 2017 23:52:41 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25764 [PATCH v2 1/2] net/i40e: extended list of operations for ddp 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: Thu, 29 Jun 2017 21:52:42 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25764 _coding style issues_ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #122: FILE: drivers/net/i40e/rte_pmd_i40e.c:1690: + } + else { CHECK:BRACES: Unbalanced braces around else statement #122: FILE: drivers/net/i40e/rte_pmd_i40e.c:1690: + else { total: 1 errors, 0 warnings, 1 checks, 142 lines checked