automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw126231 [RFC PATCH 4/5] crypto/mlx5: add queue pair setup
       [not found] <20230418092325.2578712-5-suanmingm@nvidia.com>
@ 2023-04-18  9:25 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-04-18  9:25 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#157: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2566:
+		if (attr->cd_master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#158: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2567:
+			MLX5_SET(qpc, qpc, cd_master, attr->cd_master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#158: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2567:
+			MLX5_SET(qpc, qpc, cd_master, attr->cd_master);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#159: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2568:
+		if (attr->cd_slave_send)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#160: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2569:
+			MLX5_SET(qpc, qpc, cd_slave_send, attr->cd_slave_send);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#160: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2569:
+			MLX5_SET(qpc, qpc, cd_slave_send, attr->cd_slave_send);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#161: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2570:
+		if (attr->cd_slave_recv)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#162: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2571:
+			MLX5_SET(qpc, qpc, cd_slave_receive, attr->cd_slave_recv);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#162: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2571:
+			MLX5_SET(qpc, qpc, cd_slave_receive, attr->cd_slave_recv);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#174: FILE: drivers/common/mlx5/mlx5_devx_cmds.h:593:
+	uint32_t cd_master:1;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#175: FILE: drivers/common/mlx5/mlx5_devx_cmds.h:594:
+	uint32_t cd_slave_send:1;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#176: FILE: drivers/common/mlx5/mlx5_devx_cmds.h:595:
+	uint32_t cd_slave_recv:1;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#442: FILE: drivers/crypto/mlx5/mlx5_crypto_gcm.c:259:
+	attr.cd_master = 1;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#528: FILE: drivers/crypto/mlx5/mlx5_crypto_gcm.c:345:
+	qp_attr.cd_slave_send = 1;

total: 0 errors, 14 warnings, 397 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-18  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230418092325.2578712-5-suanmingm@nvidia.com>
2023-04-18  9:25 ` |WARNING| pw126231 [RFC PATCH 4/5] crypto/mlx5: add queue pair setup checkpatch

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).