From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Gagandeep Singh <g.singh@nxp.com>
Subject: |WARNING| pw142533 [PATCH 07/30] dma/dpaa2: borrow flags of DMA operation to pass job context
Date: Fri, 19 Jul 2024 12:04:20 +0200 (CEST) [thread overview]
Message-ID: <20240719100420.CF511127EE2@dpdk.org> (raw)
In-Reply-To: <20240719100126.1150373-7-g.singh@nxp.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/142533
_coding style issues_
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#239: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:624:
+ cntx_sg = qdma_vq->cntx_sg[qdma_vq->slient_idx];
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#257: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:652:
+ if (unlikely(!fle[DPAA2_QDMA_SRC_FLE].length)) {
WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#257: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:652:
+ if (unlikely(!fle[DPAA2_QDMA_SRC_FLE].length)) {
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#271: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:684:
+ qdma_vq->slient_idx =
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#272: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:685:
+ (qdma_vq->slient_idx + 1) & (DPAA2_QDMA_MAX_DESC - 1);
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#296: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:717:
+ cntx_long = qdma_vq->cntx_long[qdma_vq->slient_idx];
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#319: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:753:
+ fle_post_populate(fle, src, dst, length);
WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#319: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:753:
+ fle_post_populate(fle, src, dst, length);
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#335: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:768:
+ qdma_vq->slient_idx =
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#336: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:769:
+ (qdma_vq->slient_idx + 1) & (DPAA2_QDMA_MAX_DESC - 1);
WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'?
#384: FILE: drivers/dma/dpaa2/dpaa2_qdma.h:265:
+ uint16_t slient_idx;
total: 0 errors, 11 warnings, 276 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-7-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=20240719100420.CF511127EE2@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).