[dpdk-test-report] |WARNING| pw53083 [PATCH] net/dpaa2: fix incorrect loop increment
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Apr 25 15:45:16 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/53083
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#36: FILE: drivers/net/dpaa2/dpaa2_flow.c:1736:
for (j = 0; j < MAX_TCS + 1; j++) {
+ for (k = 0; k < DPKG_MAX_NUM_OF_EXTRACTS; k++) {
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the test-report
mailing list