[dpdk-test-report] |WARNING| pw21811 [PATCH v7 2/3] net/e1000: e1000 igb support to free consumed buffers

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Mar 19 11:02:19 CET 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21811

_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