[dpdk-test-report] |WARNING| pw77441 [PATCH 5/5] lib/stack: remove pop cas release ordering

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 11 17:32:32 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#35: 
Subject: [dpdk-dev] [PATCH 5/5] lib/stack: remove pop cas release ordering

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#50: 
Replace the store-release by relaxed for the CAS success at the end of

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#54: 
CAS loop already ensures the right synchronization.

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#57: 
But the CAS success on length before the pop loop ensures any core reads

total: 0 errors, 4 warnings, 8 lines checked


More information about the test-report mailing list