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 8280AA0C45 for ; Thu, 25 Nov 2021 13:05:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 71F2840DF5; Thu, 25 Nov 2021 13:05:15 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6A7F240140 for ; Thu, 25 Nov 2021 13:05:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4CD26121E6B; Thu, 25 Nov 2021 13:05:14 +0100 (CET) Subject: |WARNING| pw104698 [PATCH] net/tap: Bug fix to populate fds in secondary process In-Reply-To: <20211125120420.19470-1-kumaraparamesh92@gmail.com> References: <20211125120420.19470-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20211125120514.4CD26121E6B@dpdk.org> Date: Thu, 25 Nov 2021 13:05:14 +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/104698 _coding style issues_ WARNING:REPEATED_WORD: Possible repeated word: 'are' #80: does a tap_mp_attach_queues, but the fds are are not populated in 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: space required before the open parenthesis '(' #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++) { ^ ERROR:SPACING: space required before the open parenthesis '(' #123: FILE: drivers/net/tap/rte_eth_tap.c:902: + for(int i=0; i < dev->data->nb_rx_queues; i++) { total: 4 errors, 1 warnings, 0 checks, 108 lines checked Warning in drivers/net/tap/rte_eth_tap.c: Declaring a variable inside for()