|WARNING| pw163062 [PATCH v22 23/24] net/pcap: add EOF notification via link status change

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 14 18:15:10 CEST 2026


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#159: FILE: drivers/net/pcap/pcap_ethdev.c:120:
+	RTE_ATOMIC(bool) eof_signaled;

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#227: FILE: drivers/net/pcap/pcap_ethdev.c:372:
+				    rte_atomic_compare_exchange_strong_explicit(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#260: FILE: drivers/net/pcap/pcap_ethdev.c:1003:
+	if (rte_atomic_compare_exchange_strong_explicit(

total: 0 errors, 0 warnings, 3 checks, 193 lines checked


More information about the test-report mailing list