From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 25C7AA04B5 for ; Sat, 3 Oct 2020 00:49:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1D3801C1D9; Sat, 3 Oct 2020 00:49:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C8C161D582; Sat, 3 Oct 2020 00:49:51 +0200 (CEST) In-Reply-To: <20201002224748.1532530-2-ferruh.yigit@intel.com> References: <20201002224748.1532530-2-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20201002224951.C8C161D582@dpdk.org> Date: Sat, 3 Oct 2020 00:49:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw79564 [PATCH 2/2] net/ring: prevent nodeaction arg create multiple ethdev 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/79564 _coding style issues_ CHECK:SPACING: spaces preferred around that '|' (ctx:VxV) #126: FILE: drivers/net/ring/rte_eth_ring.c:516: + RING_F_SP_ENQ|RING_F_SC_DEQ); ^ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'info->list[0].action == DEV_CREATE' #166: FILE: drivers/net/ring/rte_eth_ring.c:698: + if ((ret == -1) && (info->list[0].action == DEV_CREATE)) { total: 0 errors, 0 warnings, 2 checks, 68 lines checked