From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0DDE11B1F3; Fri, 19 Oct 2018 11:27:04 +0200 (CEST) In-Reply-To: <20181015222110.61564-2-ferruh.yigit@intel.com> References: <20181015222110.61564-2-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20181019092704.0DDE11B1F3@dpdk.org> Date: Fri, 19 Oct 2018 11:27:04 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw46857 [v2, 2/2] examples: sleep while waiting worker threads to terminate 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: Fri, 19 Oct 2018 09:27:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/46857 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #879: FILE: examples/load_balancer/main.c:70: + if (rte_eal_wait_lcore_sleep(lcore) < 0) { return -1; } total: 0 errors, 1 warnings, 647 lines checked