|WARNING| pw133508 [PATCH 3/7] common/nitrox: add compress hardware queue management

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 27 16:56:41 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#99: FILE: drivers/common/nitrox/nitrox_csr.h:36:
+#define ZQMQ_TIM_LDX(_i)			(0x30038UL + ((_i) * 0x40000UL))

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#167: FILE: drivers/common/nitrox/nitrox_hal.c:213:
+	union zqmq_tim_ld zqmq_tim_ld;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#167: FILE: drivers/common/nitrox/nitrox_hal.c:213:
+	union zqmq_tim_ld zqmq_tim_ld;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#207: FILE: drivers/common/nitrox/nitrox_hal.c:253:
+	reg_addr = ZQMQ_TIM_LDX(ring);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#208: FILE: drivers/common/nitrox/nitrox_hal.c:254:
+	zqmq_tim_ld.u64 = 0;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#209: FILE: drivers/common/nitrox/nitrox_hal.c:255:
+	zqmq_tim_ld.s.timer_load_value = 0;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#210: FILE: drivers/common/nitrox/nitrox_hal.c:256:
+	nitrox_write_csr(bar_addr, reg_addr, zqmq_tim_ld.u64);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#330: FILE: drivers/common/nitrox/nitrox_hal.h:231:
+union zqmq_tim_ld {

total: 0 errors, 8 warnings, 427 lines checked
Warning in drivers/common/nitrox/nitrox_qp.h:
Using rte_atomicNN_xxx
Warning in drivers/common/nitrox/nitrox_qp.h:
Using rte_smp_[r/w]mb


More information about the test-report mailing list