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 0E3CFA054F for ; Mon, 5 Sep 2022 13:03:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A6BC40697; Mon, 5 Sep 2022 13:03:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F380440695 for ; Mon, 5 Sep 2022 13:03:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F0301121F02; Mon, 5 Sep 2022 13:03:31 +0200 (CEST) Subject: |WARNING| pw115899 [PATCH v2 08/14] net/idpf: add support for basic Rx/Tx datapath In-Reply-To: <20220905105828.3190335-9-junfeng.guo@intel.com> References: <20220905105828.3190335-9-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20220905110331.F0301121F02@dpdk.org> Date: Mon, 5 Sep 2022 13:03:31 +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/115899 _coding style issues_ WARNING:TYPO_SPELLING: 'ingnore' may be misspelled - perhaps 'ignore'? #578: FILE: drivers/net/idpf/idpf_rxtx.c:1663: + * Now, just ingnore the RE write back, free mbuf when get RS WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #921: FILE: drivers/net/idpf/idpf_rxtx.c:2006: + if (nb_tx == 0) WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #1072: FILE: drivers/net/idpf/idpf_rxtx.c:2157: + return; + } else { WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #1087: FILE: drivers/net/idpf/idpf_rxtx.c:2172: + return; + } else { total: 0 errors, 4 warnings, 0 checks, 1038 lines checked Warning in drivers/net/idpf/idpf_rxtx.c: Declaring a variable inside for()