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 0853DA0C47 for ; Wed, 27 Oct 2021 17:53:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0365241151; Wed, 27 Oct 2021 17:53:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8A9804114E for ; Wed, 27 Oct 2021 17:53:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 867741220F5; Wed, 27 Oct 2021 17:53:07 +0200 (CEST) In-Reply-To: <20211027155055.32264-7-kai.ji@intel.com> References: <20211027155055.32264-7-kai.ji@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kai Ji Message-Id: <20211027155307.867741220F5@dpdk.org> Date: Wed, 27 Oct 2021 17:53:07 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw103069 [dpdk-dev v7 6/9] compress/qat: add gen specific implementation 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/103069 _coding style issues_ WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #116: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:12: +#define QAT_NUM_INTERM_BUFS_GEN1 12 WARNING:MISSING_SPACE: break quoted strings at a space character #144: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:40: + "RTE_PMD_QAT_COMP_IM_BUFFER_SIZE = 0 in config file, so" + "QAT device can't be used for Dynamic Deflate."); WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'? #146: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:42: + comp_dev->interm_buff_mz = WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'? #149: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:45: + if (comp_dev->interm_buff_mz == NULL) WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #257: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:153: + return QAT_NUM_INTERM_BUFS_GEN1; WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #294: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen2.c:8: +#define QAT_NUM_INTERM_BUFS_GEN2 20 WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #299: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen2.c:13: + return QAT_NUM_INTERM_BUFS_GEN2; WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #330: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen3.c:8: +#define QAT_NUM_INTERM_BUFS_GEN3 64 WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #335: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen3.c:13: + return QAT_NUM_INTERM_BUFS_GEN3; WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #369: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:11: +#define QAT_NUM_INTERM_BUFS_GEN4 0 WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'? #471: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:113: + hw_comp_upper_csr.som_ctrl = WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'? #472: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:114: + ICP_QAT_HW_COMP_20_SOM_CONTROL_REPLAY_MODE; WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'? #488: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:130: + ICP_QAT_HW_COMP_20_SKIP_HASH_COLLISION_DONT_ALLOW; WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'? #511: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:153: + ICP_QAT_HW_COMP_20_SKIP_HASH_UPDATE_DONT_ALLOW; WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'? #553: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:195: + return QAT_NUM_INTERM_BUFS_GEN4; total: 0 errors, 15 warnings, 489 lines checked