|WARNING| pw158675 [PATCH v5 3/3] ring: establish a safe partial order in rts-ring
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Nov 11 19:37:36 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/158675
_coding style issues_
WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#52:
Enforce a safe partial order by making the CAS and the preceding head
^^^
WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#82: FILE: lib/ring/rte_ring_rts_elem_pvt.h:35:
+ * A0 = {A0.a, A0.b}: Synchronizes with the CAS at R0.
^^^
WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#83: FILE: lib/ring/rte_ring_rts_elem_pvt.h:36:
+ * The CAS at R0 in same typed thread establishes a happens-before
^^^
WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#89: FILE: lib/ring/rte_ring_rts_elem_pvt.h:42:
+ * holds when CAS succeeds and A0.b when it fails.
^^^
WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#156: FILE: lib/ring/rte_ring_rts_elem_pvt.h:128:
+ * A1 Synchronizes with the CAS at R1.
^^^
total: 0 errors, 5 warnings, 120 lines checked
More information about the test-report
mailing list