[dpdk-test-report] |WARNING| pw71064 [RFC] [PATCH v1 3/3] net/pcap: dump hardware timestamps

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 10 09:59:15 CEST 2020


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

_coding style issues_


ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#119: FILE: drivers/net/pcap/rte_eth_pcap.c:299:
+	}
+	else {

CHECK:BRACES: Unbalanced braces around else statement
#119: FILE: drivers/net/pcap/rte_eth_pcap.c:299:
+	else {

WARNING:LONG_LINE: line over 90 characters
#148: FILE: drivers/net/pcap/rte_eth_pcap.c:490:
+	tx_pcap = pcap_open_dead_with_tstamp_precision(DLT_EN10MB, RTE_ETH_PCAP_SNAPSHOT_LEN, PCAP_TSTAMP_PRECISION_NANO);

total: 1 errors, 1 warnings, 1 checks, 56 lines checked


More information about the test-report mailing list