automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Gagandeep Singh <g.singh@nxp.com>
Subject: [dpdk-test-report] |WARNING| pw80846 [PATCH v2 1/7] raw/dpaa2_qdma: change DPAA2 QDMA APIs to rawdev ops
Date: Thu, 15 Oct 2020 11:48:34 +0200 (CEST)	[thread overview]
Message-ID: <20201015094834.8090A1DDD5@dpdk.org> (raw)
In-Reply-To: <1602755228-25535-2-git-send-email-g.singh@nxp.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#136: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:250:
+	ret = rte_mempool_get(qdma_dev->fle_pool, (void **)(&ppjob));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#170: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:318:
+	rte_mempool_put(qdma_dev->fle_pool, (void *)ppjob);

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

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

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

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

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

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

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

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

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

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

total: 0 errors, 12 warnings, 925 lines checked

           reply	other threads:[~2020-10-15  9:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1602755228-25535-2-git-send-email-g.singh@nxp.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=20201015094834.8090A1DDD5@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=g.singh@nxp.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).