automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw80850 [PATCH v2 3/7] raw/dpaa2_qdma: refactor the code
       [not found] <1602755228-25535-4-git-send-email-g.singh@nxp.com>
@ 2020-10-15  9:50 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-10-15  9:50 UTC (permalink / raw)
  To: test-report; +Cc: Gagandeep Singh

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

_coding style issues_


WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#1084: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:805:
+	/* Free the FLE pool */

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1085: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:806:
+	if (qdma_dev->fle_pool)

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1086: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:807:
+		rte_mempool_free(qdma_dev->fle_pool);

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1090: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:811:
+	qdma_dev->fle_pool = NULL;

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1091: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:812:
+	qdma_dev->fle_pool_count = 0;

WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#1139: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:860:
+	/* Allocate FLE pool; just append PID so that in case of

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1146: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:863:
+	snprintf(name, sizeof(name), "qdma_fle_pool%u",

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1148: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:865:
+	qdma_dev->fle_pool = rte_mempool_create(name,

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1149: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:866:
+			qdma_config->fle_pool_count, QDMA_FLE_POOL_SIZE,

WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#1149: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:866:
+			qdma_config->fle_pool_count, QDMA_FLE_POOL_SIZE,

WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#1150: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:867:
+			QDMA_FLE_CACHE_SIZE(qdma_config->fle_pool_count), 0,

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1150: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:867:
+			QDMA_FLE_CACHE_SIZE(qdma_config->fle_pool_count), 0,

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1152: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:869:
+	if (!qdma_dev->fle_pool) {

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1153: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:870:
+		DPAA2_QDMA_ERR("qdma_fle_pool create failed");

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1158: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:875:
+	qdma_dev->fle_pool_count = qdma_config->fle_pool_count;

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1158: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:875:
+	qdma_dev->fle_pool_count = qdma_config->fle_pool_count;

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#1321: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:971:
+			qdma_dev->fle_pool_count, rte_socket_id(), 0);

total: 0 errors, 17 warnings, 1619 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-15  9:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1602755228-25535-4-git-send-email-g.singh@nxp.com>
2020-10-15  9:50 ` [dpdk-test-report] |WARNING| pw80850 [PATCH v2 3/7] raw/dpaa2_qdma: refactor the code 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).