[dpdk-test-report] |WARNING| pw94108 [PATCH v2 12/58] net/bnxt: modify TRUFLOW HWRM messages

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 13 02:10:40 CEST 2021


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'crc' - possible side-effects?
#288: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_defs.h:61:
+#define ucrc32(ch, crc) (crc32tbl[((crc) ^ (ch)) & 0xff] ^ ((crc) >> 8))

total: 0 errors, 0 warnings, 1 checks, 3434 lines checked


More information about the test-report mailing list