From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7FFF2A0C45 for ; Thu, 25 Nov 2021 13:27:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7617340DF5; Thu, 25 Nov 2021 13:27:02 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2D2E040140 for ; Thu, 25 Nov 2021 13:27:01 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 11E51121E6B; Thu, 25 Nov 2021 13:27:01 +0100 (CET) Subject: |WARNING| pw104700 [PATCH] net/tap: Bug fix to populate fds in secondary process In-Reply-To: <20211125122546.23542-1-kumaraparamesh92@gmail.com> References: <20211125122546.23542-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20211125122701.11E51121E6B@dpdk.org> Date: Thu, 25 Nov 2021 13:27:01 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/104700 _coding style issues_ ERROR:SPACING: spaces required around that '=' (ctx:VxV) #118: FILE: drivers/net/tap/rte_eth_tap.c:897: + for (int i=0; i < dev->data->nb_tx_queues; i++) { ^ ERROR:SPACING: spaces required around that '=' (ctx:VxV) #123: FILE: drivers/net/tap/rte_eth_tap.c:902: + for (int i=0; i < dev->data->nb_rx_queues; i++) { ^ total: 2 errors, 0 warnings, 0 checks, 108 lines checked Warning in drivers/net/tap/rte_eth_tap.c: Declaring a variable inside for()