From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1770E2BD1; Thu, 15 Jun 2017 13:04:21 +0200 (CEST) In-Reply-To: <20170615110221.1395-1-thomas@monjalon.net> References: <20170615110221.1395-1-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20170615110421.1770E2BD1@dpdk.org> Date: Thu, 15 Jun 2017 13:04:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25348 [PATCH] app/testpmd: always build VF and MACsec functions 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, 15 Jun 2017 11:04:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25348 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #293: FILE: app/test-pmd/config.c:3016: + if(is_rx) { WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #299: FILE: app/test-pmd/config.c:3020: + return; + } else { total: 1 errors, 1 warnings, 260 lines checked