|WARNING| pw112431 [PATCH v5] pcap: support MTU set for linux interafces

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 7 08:29:24 CEST 2022


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

_coding style issues_


ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#172: FILE: drivers/net/pcap/pcap_ethdev.c:820:
+		struct pcap_rx_queue* queue = &internals->rx_queue[i];

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#184: FILE: drivers/net/pcap/pcap_ethdev.c:832:
+		struct pcap_tx_queue* queue = &internals->tx_queue[i];

total: 2 errors, 0 warnings, 0 checks, 114 lines checked


More information about the test-report mailing list