[dpdk-test-report] |WARNING| pw93561 [PATCH 12/58] net/bnxt: modify TRUFLOW HWRM messages
checkpatch at dpdk.org
checkpatch at dpdk.org
Sun May 30 11:03:11 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/93561
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'crc' - possible side-effects?
#268: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_defs.h:61:
+#define ucrc32(ch, crc) (crc32tbl[((crc) ^ (ch)) & 0xff] ^ ((crc) >> 8))
WARNING:TYPO_SPELLING: 'operaton' may be misspelled - perhaps 'operation'?
#323: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_defs.h:103:
+ HCAPI_CFA_HWOPS_EVICT, /*< This operaton is used to evit entries from
WARNING:INLINE: plain inline is preferred over __inline
#539: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_p4.c:23:
+static __inline uint32_t SWAP_WORDS32(uint32_t val32)
total: 0 errors, 2 warnings, 1 checks, 3442 lines checked
More information about the test-report
mailing list