Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/86663 _coding style issues_ WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #56: function ‘__cas_128_relaxed’: WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #59: __ATOMIC128_CAS_OP(__cas_128_relaxed, "casp") WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #59: __ATOMIC128_CAS_OP(__cas_128_relaxed, "casp") WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'? #62: Fix the compiling issue by defining __ATOMIC128_CAS_OP as a void WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #84: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:57: +cas_op_name(rte_int128_t *dst, rte_int128_t *old, rte_int128_t updated) \ WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #114: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:115: + __cas_128_relaxed(dst, exp, desired); WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #117: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:117: + __cas_128_acquire(dst, exp, desired); WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #120: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:119: + __cas_128_release(dst, exp, desired); WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'? #123: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:121: + __cas_128_acq_rel(dst, exp, desired); total: 0 errors, 9 warnings, 63 lines checked