From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Jie Liu <liujie5@linkdatatechnology.com>
Subject: |WARNING| pw155039 [PATCH v3 08/14] net/sxe: add dcb function
Date: Mon, 7 Jul 2025 13:58:40 +0200 (CEST) [thread overview]
Message-ID: <20250707115840.58C22125304@dpdk.org> (raw)
In-Reply-To: <20250707115819.12826-8-liujie5@linkdatatechnology.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155039
_coding style issues_
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#767: FILE: drivers/net/sxe/pf/sxe_dcb.c:612:
+ u8 *rx_configed)
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#772: FILE: drivers/net/sxe/pf/sxe_dcb.c:617:
+ *rx_configed = DCB_RX_CONFIG;
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#780: FILE: drivers/net/sxe/pf/sxe_dcb.c:625:
+ *rx_configed = DCB_RX_CONFIG;
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#793: FILE: drivers/net/sxe/pf/sxe_dcb.c:638:
+ u8 *tx_configed)
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#801: FILE: drivers/net/sxe/pf/sxe_dcb.c:646:
+ *tx_configed = DCB_TX_CONFIG;
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#809: FILE: drivers/net/sxe/pf/sxe_dcb.c:654:
+ *tx_configed = DCB_TX_CONFIG;
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#964: FILE: drivers/net/sxe/pf/sxe_dcb.c:809:
+ u8 rx_configed = 0;
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#965: FILE: drivers/net/sxe/pf/sxe_dcb.c:810:
+ u8 tx_configed = 0;
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#971: FILE: drivers/net/sxe/pf/sxe_dcb.c:816:
+ sxe_dcb_rx_mq_mode_configure(dev, dcb_config, &rx_configed);
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#972: FILE: drivers/net/sxe/pf/sxe_dcb.c:817:
+ sxe_dcb_tx_mq_mode_configure(dev, dcb_config, &tx_configed);
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#981: FILE: drivers/net/sxe/pf/sxe_dcb.c:826:
+ if (rx_configed)
WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#984: FILE: drivers/net/sxe/pf/sxe_dcb.c:829:
+ if (tx_configed)
CHECK:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email comments mismatch: 'From: Jie Liu <liujie5@linkdatatechnology.com>' != 'Signed-off-by: Jie Liu <liujie5@linkdatatechnology.com>i'
total: 0 errors, 12 warnings, 1 checks, 1158 lines checked
parent reply other threads:[~2025-07-07 12:00 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250707115819.12826-8-liujie5@linkdatatechnology.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=20250707115840.58C22125304@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=liujie5@linkdatatechnology.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).