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 C104F45B04 for ; Thu, 10 Oct 2024 16:22:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCF7C4028C; Thu, 10 Oct 2024 16:22:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 95B1C4026B for ; Thu, 10 Oct 2024 16:22:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8F12112074A; Thu, 10 Oct 2024 16:22:31 +0200 (CEST) Subject: |WARNING| pw145639 [PATCH v3 28/50] net/ntnic: add categorizer CAT FPGA module In-Reply-To: <20241010141416.4063591-29-sil-plv@napatech.com> References: <20241010141416.4063591-29-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20241010142231.8F12112074A@dpdk.org> Date: Thu, 10 Oct 2024 16:22: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/145639 _coding style issues_ WARNING:TYPO_SPELLING: 'INDEXS' may be misspelled - perhaps 'INDEXES'? #267: FILE: drivers/net/ntnic/include/hw_mod_backend.h:110: +#define DO_COMPARE_INDEXS(be_module_reg, type, idx, cmp_idx) \ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #528: FILE: drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_backend.c:71: + mod->alloced_size = total_bytes; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #535: FILE: drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_backend.c:78: + memset(mod->base, 0, mod->alloced_size); WARNING:TYPO_SPELLING: 'INDEXS' may be misspelled - perhaps 'INDEXES'? #995: FILE: drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_cat.c:401: + DO_COMPARE_INDEXS(be->cat.v18.cfn, struct cat_v18_cfn_s, index, word_off); WARNING:TYPO_SPELLING: 'INDEXS' may be misspelled - perhaps 'INDEXES'? #1213: FILE: drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_cat.c:619: + DO_COMPARE_INDEXS(be->cat.v21.cfn, struct cat_v21_cfn_s, index, word_off); total: 0 errors, 5 warnings, 0 checks, 1730 lines checked