automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw98515 [PATCH v6 05/10] test: add test for bpf_convert
       [not found] <20210909233329.190021-6-stephen@networkplumber.org>
@ 2021-09-09 23:35 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-09-09 23:35 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#174: FILE: app/test/test_bpf.c:3309:
+static const char *sample_filters[] = {

WARNING:BRACES: braces {} are not necessary for single statement blocks
#240: FILE: app/test/test_bpf.c:3375:
+	for (i = 0; i < RTE_DIM(sample_filters); i++) {
+		rc |= test_bpf_filter(pcap,sample_filters[i]);
+	}

ERROR:SPACING: space required after that ',' (ctx:VxV)
#241: FILE: app/test/test_bpf.c:3376:
+		rc |= test_bpf_filter(pcap,sample_filters[i]);
 		                          ^

total: 1 errors, 2 warnings, 157 lines checked

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

only message in thread, other threads:[~2021-09-09 23:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210909233329.190021-6-stephen@networkplumber.org>
2021-09-09 23:35 ` [dpdk-test-report] |WARNING| pw98515 [PATCH v6 05/10] test: add test for bpf_convert 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).