[dpdk-test-report] |WARNING| pw88530 [PATCH 03/52] common/cnxk: add model init and IO handling API

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 5 14:41:23 CET 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#189: FILE: drivers/common/cnxk/roc_io.h:35:
+roc_atomic128_cas_noreturn(uint64_t swap0, uint64_t swap1, int64_t *ptr)

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#202: FILE: drivers/common/cnxk/roc_io.h:48:
+roc_atomic128_cas_noreturn(uint64_t swap0, uint64_t swap1, uint64_t ptr)

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#215: FILE: drivers/common/cnxk/roc_io.h:61:
+roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr)

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#218: FILE: drivers/common/cnxk/roc_io.h:64:
+		     "cas %[compare], %[swap], [%[ptr]]
"

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#374: FILE: drivers/common/cnxk/roc_io_generic.h:27:
+roc_atomic128_cas_noreturn(uint64_t swap0, uint64_t swap1, uint64_t ptr)

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#382: FILE: drivers/common/cnxk/roc_io_generic.h:35:
+roc_atomic64_cas(uint64_t compare, uint64_t swap, int64_t *ptr)

total: 0 errors, 6 warnings, 717 lines checked


More information about the test-report mailing list