|WARNING| pw158630 [PATCH v3 1/1] ring: fix unsafe ordering for head/tail update

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 10 11:17:38 CET 2025


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

_coding style issues_


WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#90: 
     loads, and CAS operations. However, this approach introduces a
                ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#95: 
     the CAS and the preceding load of the head by converting them to
         ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#168: FILE: lib/ring/rte_ring_hts_elem_pvt.h:119:
+	 * this CAS(ACQ_REL, ACQUIRE) serves as a hoist barrier to prevent:
 	        ^^^

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#190: FILE: lib/ring/rte_ring_rts_elem_pvt.h:134:
+	 * this CAS(ACQ_REL, ACQUIRE) serves as a hoist barrier to prevent:
 	        ^^^

total: 0 errors, 4 warnings, 59 lines checked


More information about the test-report mailing list