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 356CE43016 for ; Wed, 9 Aug 2023 09:37:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3220A40691; Wed, 9 Aug 2023 09:37:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9C41240691 for ; Wed, 9 Aug 2023 09:37:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 96B6A120D38; Wed, 9 Aug 2023 09:37:01 +0200 (CEST) Subject: |WARNING| pw130030 [PATCH 17/19] net/cpfl: support dispatch process In-Reply-To: <20230809155134.539287-18-beilei.xing@intel.com> References: <20230809155134.539287-18-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20230809073701.96B6A120D38@dpdk.org> Date: Wed, 9 Aug 2023 09:37:01 +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/130030 _coding style issues_ WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #199: FILE: drivers/net/cpfl/cpfl_representor.c:869: + while (rte_hash_iterate(adapter->repr_whitelist_hash, WARNING:TYPO_SPELLING: 'dispath' may be misspelled - perhaps 'dispatch'? #216: FILE: drivers/net/cpfl/cpfl_representor.c:886: +/* Function to dispath packets to representors' rx rings */ WARNING:TYPO_SPELLING: 'excpetional' may be misspelled - perhaps 'exceptional'? #234: FILE: drivers/net/cpfl/cpfl_representor.c:904: + /* skip if excpetional vport is not started*/ total: 0 errors, 3 warnings, 0 checks, 321 lines checked