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 BEBBBA00C5 for ; Wed, 3 Aug 2022 13:32:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A358B42BA6; Wed, 3 Aug 2022 13:32:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 578BF40141 for ; Wed, 3 Aug 2022 13:32:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 527C6120774; Wed, 3 Aug 2022 13:32:55 +0200 (CEST) Subject: |WARNING| pw114574 [PATCH 08/13] net/idpf: add basic Rx/Tx datapath In-Reply-To: <20220803113104.1184059-9-junfeng.guo@intel.com> References: <20220803113104.1184059-9-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20220803113255.527C6120774@dpdk.org> Date: Wed, 3 Aug 2022 13:32:55 +0200 (CEST) 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/114574 _coding style issues_ WARNING:TYPO_SPELLING: 'ingnore' may be misspelled - perhaps 'ignore'? #590: FILE: drivers/net/idpf/idpf_rxtx.c:1692: + * Now, just ingnore the RE write back, free mbuf when get RS WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #935: FILE: drivers/net/idpf/idpf_rxtx.c:2037: + if (nb_tx == 0) WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #1087: FILE: drivers/net/idpf/idpf_rxtx.c:2189: + return; + } else { WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #1103: FILE: drivers/net/idpf/idpf_rxtx.c:2205: + return; + } else { total: 0 errors, 4 warnings, 0 checks, 1065 lines checked Warning in drivers/net/idpf/idpf_rxtx.c: Declaring a variable inside for()