|WARNING| pw135020 [PATCH v2 1/3] common/cnxk: update timer base code

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 11 14:24:06 CET 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#106: FILE: drivers/common/cnxk/hw/tim.h:52:
+#define TIM_MAX_BUCKET_SIZE    ((1ULL << 20) - 2)

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#107: FILE: drivers/common/cnxk/hw/tim.h:53:
+#define TIM_MIN_BUCKET_SIZE    1

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#108: FILE: drivers/common/cnxk/hw/tim.h:54:
+#define TIM_BUCKET_WRAP_SIZE   3

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#119: FILE: drivers/common/cnxk/roc_mbox.h:157:
+	M(TIM_CAPTURE_COUNTERS, 0x806, tim_capture_counters, msg_req,          \

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#119: FILE: drivers/common/cnxk/roc_mbox.h:157:
+	M(TIM_CAPTURE_COUNTERS, 0x806, tim_capture_counters, msg_req,          \

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#120: FILE: drivers/common/cnxk/roc_mbox.h:158:
+	  tim_capture_rsp)                                                     \

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#128: FILE: drivers/common/cnxk/roc_mbox.h:2546:
+	TIM_CLK_SRCS_SYNCE = 4,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#129: FILE: drivers/common/cnxk/roc_mbox.h:2547:
+	TIM_CLK_SRCS_BTS = 5,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#130: FILE: drivers/common/cnxk/roc_mbox.h:2548:
+	TIM_CLK_SRCS_EXT_MIO = 6,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#131: FILE: drivers/common/cnxk/roc_mbox.h:2549:
+	TIM_CLK_SRCS_EXT_GTI = 7,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#139: FILE: drivers/common/cnxk/roc_mbox.h:2661:
+struct tim_capture_rsp {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#141: FILE: drivers/common/cnxk/roc_mbox.h:2663:
+	uint64_t __io counters[TIM_CLK_SRSC_INVALID];

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#156: FILE: drivers/common/cnxk/roc_sso.c:894:
+		nb_tim_lfs = PLT_MIN(nb_tim_lfs, free_tim_lfs);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#156: FILE: drivers/common/cnxk/roc_sso.c:894:
+		nb_tim_lfs = PLT_MIN(nb_tim_lfs, free_tim_lfs);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#156: FILE: drivers/common/cnxk/roc_sso.c:894:
+		nb_tim_lfs = PLT_MIN(nb_tim_lfs, free_tim_lfs);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#169: FILE: drivers/common/cnxk/roc_tim.c:95:
+roc_tim_capture_counters(struct roc_tim *roc_tim, uint64_t *counters, uint8_t nb_cntrs)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#169: FILE: drivers/common/cnxk/roc_tim.c:95:
+roc_tim_capture_counters(struct roc_tim *roc_tim, uint64_t *counters, uint8_t nb_cntrs)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#169: FILE: drivers/common/cnxk/roc_tim.c:95:
+roc_tim_capture_counters(struct roc_tim *roc_tim, uint64_t *counters, uint8_t nb_cntrs)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#171: FILE: drivers/common/cnxk/roc_tim.c:97:
+	struct sso *sso = roc_sso_to_sso_priv(roc_tim->roc_sso);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#174: FILE: drivers/common/cnxk/roc_tim.c:100:
+	struct tim_capture_rsp *rsp;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#177: FILE: drivers/common/cnxk/roc_tim.c:103:
+	mbox_alloc_msg_tim_capture_counters(mbox);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#180: FILE: drivers/common/cnxk/roc_tim.c:106:
+		tim_err_desc(rc);

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#213: FILE: drivers/common/cnxk/roc_tim.h:17:
+	ROC_TIM_CLK_SRC_EXT_MIO,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#214: FILE: drivers/common/cnxk/roc_tim.h:18:
+	ROC_TIM_CLK_SRC_EXT_GTI,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#222: FILE: drivers/common/cnxk/roc_tim.h:53:
+int roc_tim_capture_counters(struct roc_tim *roc_tim, uint64_t *counters, uint8_t nb_cntrs);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#222: FILE: drivers/common/cnxk/roc_tim.h:53:
+int roc_tim_capture_counters(struct roc_tim *roc_tim, uint64_t *counters, uint8_t nb_cntrs);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#222: FILE: drivers/common/cnxk/roc_tim.h:53:
+int roc_tim_capture_counters(struct roc_tim *roc_tim, uint64_t *counters, uint8_t nb_cntrs);

total: 0 errors, 27 warnings, 100 lines checked


More information about the test-report mailing list