[dpdk-test-report] |WARNING| pw74698 [PATCH v8 08/10] common/mlx5: introduce layer to support multiple class drivers

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 23 22:11:56 CEST 2020


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#271: FILE: drivers/common/mlx5/mlx5_common_pci.c:11:
+      struct rte_pci_device *pci_dev;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#272: FILE: drivers/common/mlx5/mlx5_common_pci.c:12:
+      TAILQ_ENTRY(mlx5_pci_device) next;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#273: FILE: drivers/common/mlx5/mlx5_common_pci.c:13:
+      uint32_t classes_loaded;$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#786: FILE: drivers/common/mlx5/mlx5_common_pci.c:526:
+	if (mlx5_pci_id_table == NULL && pci_ids_table_update(empty_table))
+			return;

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Thomas Monjalon <thomas at monjalon.net>'

total: 0 errors, 5 warnings, 717 lines checked


More information about the test-report mailing list