|WARNING| pw145931 [PATCH v1 01/18] net/r8169: add PMD driver skeleton
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Oct 15 05:11:23 CEST 2024
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/145931
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#159: FILE: drivers/net/r8169/r8169_ethdev.c:6:
+#include <stdio.h>
ERROR:CODE_INDENT: code indent should use tabs where possible
#310: 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
#310: FILE: drivers/net/r8169/r8169_ethdev.c:157:
+              struct rte_pci_device *pci_dev)$
ERROR:CODE_INDENT: code indent should use tabs where possible
#313: 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