[dpdk-test-report] |WARNING| pw27479 [PATCH] mbuf: use refcnt = 0	when debugging
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Aug  7 17:38:59 CEST 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27479
_coding style issues_
ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#14: 
After commit 8f094a9ac5d7 is it much harder to detect a "double free".
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#163: FILE: lib/librte_mbuf/rte_mbuf.h:1338:
+       } else if (rte_mbuf_refcnt_update(m, -1) == 0) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 16)
#163: FILE: lib/librte_mbuf/rte_mbuf.h:1338:
+       } else if (rte_mbuf_refcnt_update(m, -1) == 0) {
[...]
 		if (RTE_MBUF_INDIRECT(m))
total: 1 errors, 2 warnings, 131 lines checked
    
    
More information about the test-report
mailing list