* |WARNING| pw157088 [PATCH 30/54] net/bnxt/tf_core: truflow global table scope
[not found] <20250930003604.87108-31-manish.kurup@broadcom.com>
@ 2025-09-30 7:10 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-09-30 7:10 UTC (permalink / raw)
To: test-report; +Cc: Manish Kurup
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/157088
_coding style issues_
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#748: FILE: drivers/net/bnxt/tf_core/v3/tfc.h:965:
+ * @param[in,out] parms
^^^^^
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#758: FILE: drivers/net/bnxt/tf_core/v3/tfc.h:971:
+ struct tfc_tbl_scope_qcaps_parms *parms);
^^^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1287: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:601:
+ rc = tfo_tim_get(tfcp->tfo, &tim, tsid);
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1296: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:705:
+ rc = tfo_tim_get(tfcp->tfo, &tim, tsid);
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1328: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:794:
+ rc = tfo_tim_get(tfcp->tfo, &tim, tsid);
^^^
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1340: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:882:
+int tfc_tbl_scope_qcaps(struct tfc *tfcp, struct tfc_tbl_scope_qcaps_parms *parms)
^^^^^
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1350: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:890:
+ if (parms == NULL) {
^^^^^
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1351: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:891:
+ PMD_DRV_LOG_LINE(ERR, "%s: Invalid parms", __func__);
^^^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1710: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:1811:
+ rc = tfo_tim_get(tfcp->tfo, &tim, tsid);
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1719: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:1905:
+ rc = tfo_tim_get(tfcp->tfo, &tim, tsid);
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1751: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:2043:
+ rc = tfo_tim_get(tfcp->tfo, &tim, tsid);
^^^
WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#1753: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:2045:
+ PMD_DRV_LOG_LINE(INFO, "%s: Failed to get TIM", __func__);
^^^
WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#1876: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:18:
+ bool ts_is_bs_owner; /**< Backing store alloced by this instance (PF) */
^^^^^^^
WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#1923: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:100:
+ /* Allocate per bp TIM database */
^^^
WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#1935: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:124:
+ /* Allocate global scope TIM database */
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1970: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:165:
+ if (tfo_tim_get(*tfo, &tim, tsid))
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1972: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:167:
+ if (!tim)
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1982: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:188:
+ if (tim)
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#1983: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:189:
+ rte_free(tim);
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2217: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:617:
+int tfo_tim_get(void *tfo, void **tim, uint8_t ts_tsid)
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2236: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:631:
+ PMD_DRV_LOG_LINE(ERR, "%s: Invalid tim pointer to pointer",
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2242: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:636:
+ *tim = NULL;
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2270: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:643:
+ *tim = tfgo->gts_tim;
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2273: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:646:
+ /* ts tim could be null, no need to log error message */
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2275: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:648:
+ *tim = tfco->ts_tim;
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2400: FILE: drivers/net/bnxt/tf_core/v3/tfo.h:411:
+ * @param[out] tim
^^^
WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2410: FILE: drivers/net/bnxt/tf_core/v3/tfo.h:420:
+int tfo_tim_get(void *tfo, void **tim, uint8_t ts_tsid);
^^^
total: 0 errors, 27 warnings, 0 checks, 2220 lines checked
__rte_packed_begin and __rte_packed_end should always be used in pairs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-30 7:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20250930003604.87108-31-manish.kurup@broadcom.com>
2025-09-30 7:10 ` |WARNING| pw157088 [PATCH 30/54] net/bnxt/tf_core: truflow global table scope checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).