From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 06A0769D4; Fri, 14 Sep 2018 19:47:59 +0200 (CEST) In-Reply-To: <20180914174554.90135-7-jasvinder.singh@intel.com> References: <20180914174554.90135-7-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180914174759.06A0769D4@dpdk.org> Date: Fri, 14 Sep 2018 19:47:59 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw44741 [v3, 06/10] net/softnic: update meter profile 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, 14 Sep 2018 17:47:59 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/44741 _coding style issues_ WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #232: FILE: drivers/net/softnic/rte_eth_softnic_pipeline.c:1047: +} CHECK:BRACES: braces {} should be used on all arms of this statement #261: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1707: + if (status) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #263: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1709: + else { CHECK:BRACES: braces {} should be used on all arms of this statement #276: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1738: + if (status) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #278: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1740: + else { total: 0 errors, 1 warnings, 4 checks, 234 lines checked