automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw65108 [PATCH v3 1/3] app: use RTE_DIM to calculate array size
       [not found] <20200124045545.3664-1-pbhagavatula@marvell.com>
@ 2020-01-24  4:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-01-24  4:57 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


ERROR:SPACING: space prohibited before that '++' (ctx:WxB)
#596: FILE: app/test/test_func_reentrancy.c:483:
+	for (case_id = 0; case_id < RTE_DIM(test_cases); case_id ++) {
 	                                                         ^

WARNING:BRACES: braces {} are not necessary for single statement blocks
#750: FILE: app/test/test_memcpy_perf.c:254:
+	for (i = 0; i < RTE_DIM(buf_sizes); i++) {
 		ALL_PERF_TESTS_FOR_SIZE((size_t)buf_sizes[i]);
 	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#761: FILE: app/test/test_memcpy_perf.c:264:
+	for (i = 0; i < RTE_DIM(buf_sizes); i++) {
 		ALL_PERF_TESTS_FOR_SIZE_UNALIGNED((size_t)buf_sizes[i]);
 	}

total: 1 errors, 2 warnings, 551 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-24  4:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200124045545.3664-1-pbhagavatula@marvell.com>
2020-01-24  4:57 ` [dpdk-test-report] |WARNING| pw65108 [PATCH v3 1/3] app: use RTE_DIM to calculate array size checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).