|WARNING| pw169045 [PATCH 33/45] net/dpaa2: ptp enhancements

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 3 16:02:18 CEST 2026


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#248: FILE: drivers/net/dpaa2/dpaa2_ethdev.h:516:
+	RTE_ATOMIC(uint64_t) rx_timestamp;

CHECK:SPACING: No space is necessary after a cast
#251: FILE: drivers/net/dpaa2/dpaa2_ethdev.h:518:
+	RTE_ATOMIC(uint64_t) tx_timestamp;

CHECK:SPACING: No space is necessary after a cast
#259: FILE: drivers/net/dpaa2/dpaa2_ethdev.h:525:
+	RTE_ATOMIC(struct dpaa2_queue *) next_txq_to_cnf;

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#277: FILE: drivers/net/dpaa2/dpaa2_ethdev.h:610:
+	DPAA2_PMD_DEBUG("DPAA2 TS DBG: %s: ns(%" PRIu64 ")->%" PRId64

CHECK:CAMELCASE: Avoid CamelCase: <PRId64>
#277: FILE: drivers/net/dpaa2/dpaa2_ethdev.h:610:
+	DPAA2_PMD_DEBUG("DPAA2 TS DBG: %s: ns(%" PRIu64 ")->%" PRId64

total: 0 errors, 0 warnings, 5 checks, 671 lines checked


More information about the test-report mailing list