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 AAC0CA00C3 for ; Mon, 9 May 2022 11:15:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6AD442820; Mon, 9 May 2022 11:15:06 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DB03A4281F for ; Mon, 9 May 2022 11:15:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D563F1242E3; Mon, 9 May 2022 11:15:05 +0200 (CEST) Subject: |WARNING| pw110922 [RFC v2 8/9] net/idpf: support basic Rx/Tx In-Reply-To: <20220509091133.3752306-9-junfeng.guo@intel.com> References: <20220509091133.3752306-9-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20220509091505.D563F1242E3@dpdk.org> Date: Mon, 9 May 2022 11:15:05 +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/110922 _coding style issues_ WARNING:TYPO_SPELLING: 'ingnore' may be misspelled - perhaps 'ignore'? #596: FILE: drivers/net/idpf/idpf_rxtx.c:1673: + * Now, just ingnore the RE write back, free mbuf when get RS WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #931: FILE: drivers/net/idpf/idpf_rxtx.c:2008: + if (nb_tx == 0) total: 0 errors, 2 warnings, 0 checks, 1056 lines checked Warning in drivers/net/idpf/idpf_rxtx.c: Declaring a variable inside for()