automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw128809 [PATCH v3 6/9] common/mlx5: add WQE-based QP synchronous basics
       [not found] <20230620012322.788099-7-suanmingm@nvidia.com>
@ 2023-06-20  1:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-06-20  1:26 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou

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

_coding style issues_


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

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

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

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

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

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

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

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

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

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

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

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

total: 0 errors, 12 warnings, 38 lines checked

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

only message in thread, other threads:[~2023-06-20  1:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230620012322.788099-7-suanmingm@nvidia.com>
2023-06-20  1:26 ` |WARNING| pw128809 [PATCH v3 6/9] common/mlx5: add WQE-based QP synchronous basics 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).