automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Fan Zhang <roy.fan.zhang@intel.com>
Subject: [dpdk-test-report] |WARNING| pw101652 [dpdk-dev v3 05/10] compress/qat: add gen specific data and function
Date: Thu, 14 Oct 2021 18:21:10 +0200 (CEST)	[thread overview]
Message-ID: <20211014162110.3BBDC121D26@dpdk.org> (raw)
In-Reply-To: <20211014161137.1405168-6-roy.fan.zhang@intel.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/101652

_coding style issues_


WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'?
#171: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp.h:79:
+	icp_qat_hw_comp_20_som_control_t som_ctrl;

WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'?
#171: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp.h:79:
+	icp_qat_hw_comp_20_som_control_t som_ctrl;

WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'?
#195: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp.h:103:
+	QAT_FIELD_SET(val32, csr.som_ctrl,

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#196: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp.h:104:
+		ICP_QAT_HW_COMP_20_CONFIG_CSR_SOM_CONTROL_BITPOS,

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#197: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp.h:105:
+		ICP_QAT_HW_COMP_20_CONFIG_CSR_SOM_CONTROL_MASK);

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#323: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:30:
+#define ICP_QAT_HW_COMP_20_CONFIG_CSR_SOM_CONTROL_BITPOS	28

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#324: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:31:
+#define ICP_QAT_HW_COMP_20_CONFIG_CSR_SOM_CONTROL_MASK		0x3

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#327: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:34:
+	ICP_QAT_HW_COMP_20_SOM_CONTROL_NORMAL_MODE = 0x0,

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#328: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:35:
+	ICP_QAT_HW_COMP_20_SOM_CONTROL_REPLAY_MODE = 0x1,

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#329: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:36:
+	ICP_QAT_HW_COMP_20_SOM_CONTROL_INPUT_CRC = 0x2,

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#330: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:37:
+	ICP_QAT_HW_COMP_20_SOM_CONTROL_RESERVED_MODE = 0x3,

WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'?
#331: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:38:
+} icp_qat_hw_comp_20_som_control_t;

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#333: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:40:
+#define ICP_QAT_HW_COMP_20_CONFIG_CSR_SOM_CONTROL_DEFAULT_VAL	\

WARNING:TYPO_SPELLING: 'SOM' may be misspelled - perhaps 'SOME'?
#334: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:41:
+		ICP_QAT_HW_COMP_20_SOM_CONTROL_NORMAL_MODE

WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'?
#475: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:182:
+	ICP_QAT_HW_COMP_20_SKIP_HASH_COLLISION_DONT_ALLOW = 0x1,

WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'?
#486: FILE: drivers/common/qat/qat_adf/icp_qat_hw_gen4_comp_defs.h:193:
+	ICP_QAT_HW_COMP_20_SKIP_HASH_UPDATE_DONT_ALLOW = 0x1,

WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#663: FILE: drivers/compress/qat/qat_comp.c:818:
+			  const struct rte_memzone *interm_buff_mz,

WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#773: FILE: drivers/compress/qat/qat_comp.c:926:
+					== 0) ? 0 : interm_buff_mz->iova;

WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#791: FILE: drivers/compress/qat/qat_comp.c:982:
+				   && qat->interm_buff_mz == NULL

WARNING:TYPO_SPELLING: 'interm' may be misspelled - perhaps 'interim'?
#801: FILE: drivers/compress/qat/qat_comp.c:991:
+				(qat->interm_buff_mz != NULL ||

total: 0 errors, 20 warnings, 1132 lines checked

           reply	other threads:[~2021-10-14 16:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20211014161137.1405168-6-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=20211014162110.3BBDC121D26@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).