[dpdk-test-report] |WARNING| pw18553 [PATCH v2 09/17] net/i40e:	parse tunnel filter
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Dec 27 07:28:04 CET 2016
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/18553
_coding style issues_
CHECK:BRACES: braces {} should be used on all arms of this statement
#227: FILE: drivers/net/i40e/i40e_flow.c:1091:
+		if (*(mask + j) == UINT8_MAX) {
[...]
+		} else if (*(mask + j) == 0) {
[...]
+		} else
[...]
total: 0 errors, 0 warnings, 1 checks, 426 lines checked
    
    
More information about the test-report
mailing list