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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 6 13:45:01 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#194: 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'?
#207: 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'?
#220: 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'?
#223: FILE: drivers/common/cnxk/roc_io.h:64:
+		     "cas %[compare], %[swap], [%[ptr]]
"

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#379: 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'?
#387: 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, 805 lines checked


More information about the test-report mailing list