From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Fan Zhang <roy.fan.zhang@intel.com>
Subject: [dpdk-test-report] |WARNING| pw100333 [PATCH v2 06/10] compress/qat: add gen specific implementation
Date: Fri, 1 Oct 2021 19:02:23 +0200 (CEST) [thread overview]
Message-ID: <20211001170223.EE793120DFE@dpdk.org> (raw)
In-Reply-To: <20211001165954.717846-7-roy.fan.zhang@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100333
_coding style issues_
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#110: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:12:
+#define QAT_NUM_INTERM_BUFS_GEN1 12
WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#141: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:43:
+ comp_dev->interm_buff_mz =
WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#144: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:46:
+ if (comp_dev->interm_buff_mz == NULL)
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#252: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen1.c:154:
+ return QAT_NUM_INTERM_BUFS_GEN1;
WARNING:TYPO_SPELLING: 'INTERM' may be misspelled - perhaps 'INTERIM'?
#289: 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'?
#294: 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'?
#325: 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'?
#330: 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'?
#364: 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'?
#466: 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'?
#467: 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'?
#483: 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'?
#506: 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'?
#548: FILE: drivers/compress/qat/dev/qat_comp_pmd_gen4.c:195:
+ return QAT_NUM_INTERM_BUFS_GEN4;
total: 0 errors, 14 warnings, 490 lines checked
parent reply other threads:[~2021-10-01 17:02 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20211001165954.717846-7-roy.fan.zhang@intel.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211001170223.EE793120DFE@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=roy.fan.zhang@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).