[dpdk-test-report] |WARNING| pw18592 [PATCH v2 2/4] app/test: add functional autotest for rte_memset

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 27 11:06:06 CET 2016


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

_coding style issues_


WARNING:LINE_CONTINUATIONS: Avoid line continuations in quoted strings
#173: FILE: app/test/test_memset.c:96:
+			printf("rte_memset() failed for %u bytes (offsets=%u): \

WARNING:LINE_CONTINUATIONS: Avoid line continuations in quoted strings
#182: FILE: app/test/test_memset.c:105:
+			printf("rte_memset() failed for %u bytes (offsets=%u): \

WARNING:LINE_CONTINUATIONS: Avoid line continuations in quoted strings
#191: FILE: app/test/test_memset.c:114:
+			printf("rte_memset() failed for %u bytes (offsets=%u): \

WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(buf_sizes)
#207: FILE: app/test/test_memset.c:130:
+	unsigned int num_buf_sizes = sizeof(buf_sizes) / sizeof(buf_sizes[0]);

total: 0 errors, 4 warnings, 166 lines checked


More information about the test-report mailing list