[dpdk-test-report] |WARNING| pw21668 [PATCH v6 2/3] net/e1000:	e1000 igb support to free consumed buffers
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Mar 14 10:17:32 CET 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21668
_coding style issues_
CHECK:BRACES: braces {} should be used on all arms of this statement
#90: FILE: drivers/net/e1000/igb_rxtx.c:1297:
+	if (txq != NULL) {
[...]
+	} else
[...]
CHECK:BRACES: Unbalanced braces around else statement
#148: FILE: drivers/net/e1000/igb_rxtx.c:1355:
+				} else
CHECK:BRACES: Unbalanced braces around else statement
#193: FILE: drivers/net/e1000/igb_rxtx.c:1400:
+	} else
total: 0 errors, 0 warnings, 3 checks, 154 lines checked
    
    
More information about the test-report
mailing list