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

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

_coding style issues_


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

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#146: 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'?
#146: 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'?
#147: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2480:
+		if (attr->cd_slave_send)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#148: 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'?
#148: 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'?
#149: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:2482:
+		if (attr->cd_slave_recv)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#150: 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'?
#150: 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'?
#162: FILE: drivers/common/mlx5/mlx5_devx_cmds.h:562:
+	uint32_t cd_master:1;

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

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#164: 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 14:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230620141115.841226-7-suanmingm@nvidia.com>
2023-06-20 14:14 ` |WARNING| pw128864 [PATCH v4 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).