|WARNING| pw167224 [PATCH v7 17/24] bus/fslmc: replace rte_atomic32 with stdatomic

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 6 05:29:51 CEST 2026


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

_coding style issues_


WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#125: FILE: drivers/bus/fslmc/qbman/include/compat.h:87:
+#define atomic_inc(v)           ((void)rte_atomic_fetch_add_explicit((v), 1, rte_memory_order_seq_cst))

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#126: FILE: drivers/bus/fslmc/qbman/include/compat.h:88:
+#define atomic_dec_and_test(v)  (rte_atomic_fetch_sub_explicit((v), 1, rte_memory_order_seq_cst) == 1)

total: 0 errors, 2 warnings, 22 lines checked


More information about the test-report mailing list