[dpdk-test-report] |WARNING| pw24132 [PATCH RFC 08/11] xxx: batch	the desc_hw update?
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Fri May  5 15:58:43 CEST 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/24132
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#132: FILE: lib/librte_vhost/virtio_net.c:1149:
+		for (idx = 1; idx < (uint16_t)(vq->last_used_idx - head_idx); idx++) {
+			desc[(idx + head_idx) & (vq->size - 1)].flags = 0;
+		}
total: 0 errors, 1 warnings, 99 lines checked
    
    
More information about the test-report
mailing list