From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Gagandeep Singh <g.singh@nxp.com>
Subject: |WARNING| pw142530 [PATCH 04/30] dma/dpaa2: multiple process support
Date: Fri, 19 Jul 2024 12:04:32 +0200 (CEST) [thread overview]
Message-ID: <20240719100432.AA10F127EE2@dpdk.org> (raw)
In-Reply-To: <20240719100126.1150373-4-g.singh@nxp.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/142530
_coding style issues_
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#196: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1013:
+ if (qdma_dev->vqs[i].fle_pool) {
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#197: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1014:
+ rte_mempool_free(qdma_dev->vqs[i].fle_pool);
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#198: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1015:
+ qdma_dev->vqs[i].fle_pool = NULL;
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#393: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1322:
+ /* Free RXQ fle pool */
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#395: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1324:
+ if (qdma_dev->vqs[i].fle_pool) {
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#396: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1325:
+ rte_mempool_free(qdma_dev->vqs[i].fle_pool);
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#397: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:1326:
+ qdma_dev->vqs[i].fle_pool = NULL;
total: 0 errors, 7 warnings, 558 lines checked
parent reply other threads:[~2024-07-19 10:06 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20240719100126.1150373-4-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=20240719100432.AA10F127EE2@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).