[dpdk-test-report] |WARNING| pw53935 [PATCH 8/8] raw/ioat: add local API to perform copies

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 30 23:27:25 CEST 2019


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

_coding style issues_


ERROR:SPACING: space required before the open parenthesis '('
#90: FILE: app/test/test_ioat_rawdev.c:76:
+	} while(0);

ERROR:SPACING: space required before the open parenthesis '('
#155: FILE: app/test/test_ioat_rawdev.c:141:
+	} while(0);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#446: FILE: drivers/raw/ioat/rte_ioat_rawdev.h:169:
+		rte_panic("Error with cbdma: %u
", (unsigned)status & 0x7);

total: 2 errors, 1 warnings, 460 lines checked


More information about the test-report mailing list