From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Wei Hu (Xavier)" <huwei013@chinasoftinc.com>
Subject: [dpdk-test-report] |WARNING| pw76655 [PATCH 3/8] net/hns3: add simple Rx process function
Date: Wed, 9 Sep 2020 01:46:36 +0200 (CEST) [thread overview]
Message-ID: <20200908234636.874E64C99@dpdk.org> (raw)
In-Reply-To: <20200907090825.1761-4-huwei013@chinasoftinc.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/76655
_coding style issues_
WARNING:TYPO_SPELLING: 'PREFECTH' may be misspelled - perhaps 'PREFETCH'?
#222: FILE: drivers/net/hns3/hns3_rxtx.c:33:
+#define HNS3_RX_RING_PREFECTH_MASK 3
CHECK:BRACES: Unbalanced braces around else statement
#647: FILE: drivers/net/hns3/hns3_rxtx.c:1575:
+ } else
WARNING:TYPO_SPELLING: 'PREFECTH' may be misspelled - perhaps 'PREFETCH'?
#703: FILE: drivers/net/hns3/hns3_rxtx.c:1632:
+ if ((rx_id & HNS3_RX_RING_PREFECTH_MASK) == 0) {
WARNING:TYPO_SPELLING: 'PREFECTH' may be misspelled - perhaps 'PREFETCH'?
#809: FILE: drivers/net/hns3/hns3_rxtx.c:1809:
+ if ((rx_id & HNS3_RX_RING_PREFECTH_MASK) == 0) {
WARNING:TYPO_SPELLING: 'TRUNCAT' may be misspelled - perhaps 'TRUNCATE'?
#1012: FILE: drivers/net/hns3/hns3_rxtx.h:395:
+ BIT(HNS3_RXD_TRUNCAT_B))
WARNING:TYPO_SPELLING: 'lastest' may be misspelled - perhaps 'latest'?
#1023: FILE: drivers/net/hns3/hns3_rxtx.h:406:
+ * Note: we don't need add statistic counter because lastest bd which
WARNING:TYPO_SPELLING: 'erros' may be misspelled - perhaps 'errors'?
#1045: FILE: drivers/net/hns3/hns3_rxtx.h:428:
+ rxq->l3_csum_erros++;
WARNING:TYPO_SPELLING: 'erros' may be misspelled - perhaps 'errors'?
#1051: FILE: drivers/net/hns3/hns3_rxtx.h:434:
+ rxq->l4_csum_erros++;
WARNING:TYPO_SPELLING: 'erros' may be misspelled - perhaps 'errors'?
#1056: FILE: drivers/net/hns3/hns3_rxtx.h:439:
+ rxq->ol3_csum_erros++;
WARNING:TYPO_SPELLING: 'erros' may be misspelled - perhaps 'errors'?
#1062: FILE: drivers/net/hns3/hns3_rxtx.h:445:
+ rxq->ol4_csum_erros++;
total: 0 errors, 9 warnings, 1 checks, 1021 lines checked
parent reply other threads:[~2020-09-08 23:46 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20200907090825.1761-4-huwei013@chinasoftinc.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=20200908234636.874E64C99@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=huwei013@chinasoftinc.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).