[dpdk-test-report] |WARNING| pw97502 [PATCH] net/pcap: support buffer size parameter

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Aug 28 09:51:08 CEST 2021


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#167: FILE: drivers/net/pcap/pcap_ethdev.c:548:
+^I$

WARNING:BRACES: braces {} are not necessary for single statement blocks
#231: FILE: drivers/net/pcap/pcap_ethdev.c:1186:
+	if (extra_args) {
+		*(int *)extra_args = atoi(value);
+	}

ERROR:SPACING: spaces required around that '=' (ctx:WxV)
#266: FILE: drivers/net/pcap/pcap_ethdev.c:1608:
+		pp->buf_size =pcaps.buf_size;
 		             ^

total: 2 errors, 1 warnings, 0 checks, 184 lines checked


More information about the test-report mailing list