[dpdk-test-report] |WARNING| pw28454 [PATCH 1/2] ring: increase	maximum ring size
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu Sep  7 14:22:02 CEST 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/28454
_coding style issues_
WARNING:TYPO_SPELLING: 'beeing' may be misspelled - perhaps 'being'?
#15: 
There is no reason to prevent ring from beeing larger than 0x0FFFFFFF.
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#37: FILE: lib/librte_ring/rte_ring.h:177:
+#define RTE_RING_SZ_MASK  (unsigned)(0x7fffffff) /**< Ring size mask */
total: 0 errors, 2 warnings, 8 lines checked
    
    
More information about the test-report
mailing list