automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Manish Kurup <manish.kurup@broadcom.com>
Subject: |WARNING| pw157088 [PATCH 30/54] net/bnxt/tf_core: truflow global table scope
Date: Tue, 30 Sep 2025 09:10:23 +0200 (CEST)	[thread overview]
Message-ID: <20250930071023.15191124247@dpdk.org> (raw)
In-Reply-To: <20250930003604.87108-31-manish.kurup@broadcom.com>

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.

           reply	other threads:[~2025-09-30  7:10 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20250930003604.87108-31-manish.kurup@broadcom.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250930071023.15191124247@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=manish.kurup@broadcom.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).