|WARNING| pw105241 [PATCH v1 02/25] net/spnic: initialize the HW interface
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Dec 18 03:54:03 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105241
_coding style issues_
WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'?
#122: FILE: drivers/net/spnic/base/spnic_csr.h:25:
+#define SPNIC_REGS_FLAG_MAKS 0x3FFFFFFF
WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'?
#426: FILE: drivers/net/spnic/base/spnic_hwif.c:137:
+#define SPNIC_GET_REG_FLAG(reg) ((reg) & (~(SPNIC_REGS_FLAG_MAKS)))
WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'?
#428: FILE: drivers/net/spnic/base/spnic_hwif.c:139:
+#define SPNIC_GET_REG_ADDR(reg) ((reg) & (SPNIC_REGS_FLAG_MAKS))
total: 0 errors, 3 warnings, 0 checks, 1271 lines checked
More information about the test-report
mailing list