|WARNING| pw146123 [PATCH v2 01/18] net/r8169: add PMD driver skeleton

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 17 08:36:28 CEST 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#160: FILE: drivers/net/r8169/r8169_ethdev.c:6:
+#include <stdio.h>

ERROR:CODE_INDENT: code indent should use tabs where possible
#311: FILE: drivers/net/r8169/r8169_ethdev.c:157:
+              struct rte_pci_device *pci_dev)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#311: FILE: drivers/net/r8169/r8169_ethdev.c:157:
+              struct rte_pci_device *pci_dev)$

ERROR:CODE_INDENT: code indent should use tabs where possible
#314: FILE: drivers/net/r8169/r8169_ethdev.c:160:
+^I                                     rtl_dev_init);$

total: 2 errors, 2 warnings, 0 checks, 263 lines checked


More information about the test-report mailing list