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| pw102688 [dpdk-dev v4 5/9] compress/qat: add gen specific data and function
Date: Fri, 22 Oct 2021 19:06:12 +0200 (CEST)	[thread overview]
Message-ID: <20211022170613.00BF5121E15@dpdk.org> (raw)
In-Reply-To: <20211022170354.13503-6-roy.fan.zhang@intel.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'som' may be misspelled - perhaps 'some'?
#172: 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'?
#172: 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'?
#196: 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'?
#197: 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'?
#198: 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'?
#324: 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'?
#325: 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'?
#328: 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'?
#329: 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'?
#330: 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'?
#331: 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'?
#332: 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'?
#334: 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'?
#335: 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:181:
+	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:192:
+	ICP_QAT_HW_COMP_20_SKIP_HASH_UPDATE_DONT_ALLOW = 0x1,

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

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

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

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

total: 0 errors, 20 warnings, 1142 lines checked

           reply	other threads:[~2021-10-22 17:06 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20211022170354.13503-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=20211022170613.00BF5121E15@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).